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
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