Setting busy cursor for the whole page

S

Simon Wigzell

How can I set a busy cursor for my whole page rather than just for a link?
My page calls another page with form arguments that does some processing
then changes the values on the calling page. It takes about 4 seconds so I
would like there to be some indication that processing is going on. Thanks!
 
B

BJay

Simon Wigzell said:
How can I set a busy cursor for my whole page rather than just for a link?
My page calls another page with form arguments that does some processing
then changes the values on the calling page. It takes about 4 seconds so I
would like there to be some indication that processing is going on. Thanks!

You could try this in javascript ...
document.body.style.cursor = "wait" ... or just
body.style.cursor = "wait"

hope this helps
 
S

Simon Wigzell

BJay said:
"Simon Wigzell" <[email protected]> wrote in message Thanks!

You could try this in javascript ...
document.body.style.cursor = "wait" ... or just
body.style.cursor = "wait"

hope this helps

As easy as that - doh! (Slapping forehead) Thanks!
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

No members online now.

Forum statistics

Threads
474,432
Messages
2,571,682
Members
48,796
Latest member
Greg L.

Latest Threads

Top