Internet Exploer 7 and wait cursors

D

Doug

I have a multi frame dhtml applicaiton that sets a wait cursor in each
frame when a request is made to the web server. Essentially this:


top.dwgResults.document.getElementById('entireDocument').style.cursor =
"wait";

for each frame in the application.

Upon return we set the normal cursor as in:


top.dwgResults.document.getElementById('entireDocument').style.cursor =
"normal";

Each document has a body id of "entireDocument"

Everything is fine under IE6, wait cursors are set request and then
normal cursor set upon return.

However, in IE7, the waitcursor gets stuck and does not go away until
you move the mouse between frames or outside of IE7 window.

Is there some new way of handling wait cursor in IE7?

Thanks in advance for any help you might offer.
Doug
 
A

Andrew Poulos

Doug said:
Upon return we set the normal cursor as in:
top.dwgResults.document.getElementById('entireDocument').style.cursor =
"normal";
Don't you mean
= "default";
?

Andrew Poulos
 

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