Click to See Complete Forum and Search --> : changing the cursor to a wait cursor for long tasks


scarleton
May 21st, 2003, 08:42 AM
I am working on a page that loads large XML documents. I would like to let the user, my manager, know that something is going on while the XML file is being loaded. How do I go about changing the cursor to a wait cursor for the whole document? I only have to worry about IE 5.5 and above. No Netscape required.

Sam

lord loh
May 22nd, 2003, 04:18 AM
document.readyState

is an object which gives information about the document's loading status...

You will have to find a way to fit it into your page...

It is only for IE!

Hope this helps....