-
Busy Cursor
Is there a way to display a busy cursor on a html page. I need this to show
the user that page is busy doing some task like geting records from the server.
-
Re: Busy Cursor
In CSS 2 there is a "cursor" style that allows changes to the mouse pointer
when it is over something. You can set up a style with the cursor to wait
and dynamically change the body class for the page to something like -
waitstyle{cursor: wait;}
Problem is, NS 4 and Opera don't fully support CSS2, so you might be
limiting the effect to IE browsers until NS 6 is more widespread.
--
AJ Armstrong
Developer
TTG Systems
"Bob Anderson" <bobander2000@hotmail.com> wrote in message
news:391c73cc$1@news.devx.com...
>
> Is there a way to display a busy cursor on a html page. I need this to
show
> the user that page is busy doing some task like geting records from the
server.
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
Forum Rules
|
Top DevX Stories
Easy Web Services with SQL Server 2005 HTTP Endpoints
JavaOne 2005: Java Platform Roadmap Focuses on Ease of Development, Sun Focuses on the "Free" in F.O.S.S.
Wed Yourself to UML with the Power of Associations
Microsoft to Add AJAX Capabilities to ASP.NET
IBM's Cloudscape Versus MySQL
|
Bookmarks