<HTML><BODY STYLE="font:10pt verdana; border:none;"><DIV>It is working on my browser, IE 5.5 but I know it works in IE5.0 also, even if it's not defined in CSS at all.</DIV> <DIV>But why are you using document.all type of thing. It calls all the document objects and counts them, than it finds the referenced object and at the end it calls the specified object for handle. It slows down you're script functions, depending on the size and the number of you're document objects a lot.</DIV> <DIV>It would be nice to have the cursor wait displayed everywhere in the page during the dataB data download. It would also be preferable to disable all the links and other functions in the page during this data travel, but also ESC button function to cancel data reading by client at any time.</DIV> <DIV>&nbsp;</DIV> <DIV><STRONG>document.body.style.cursor='wait' </STRONG></DIV> <DIV><STRONG>document.body.style.cursor='default'</STRONG></DIV> <DIV>&nbsp;</DIV> <DIV>would be more lighter, or in case you like to have the cursor wait state only over the element that retrieves data access it directly by its ID:</DIV> <DIV>theobject.style.cursor=...&nbsp;&nbsp;</DIV> <DIV>&nbsp;</DIV> <DIV>The main problem remains, in how to get the cursor back to default after the data read is completed. You have to find the way to keep track of the data complete, so you know when to switch to default.</DIV> <DIV>&nbsp;</DIV> <DIV>Regards</DIV> <DIV>P.S. I'd like to see some of you're code</DIV> <DIV>&nbsp;</DIV> <DIV>~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~</DIV> <DIV>~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~</DIV> <DIV>~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~</DIV> <DIV><BR>Well, finally got the cursor='wait'&nbsp; working, by calling a one-off timeout<BR>and then going on with<BR>the remote script.<BR><BR>I noticed also, don't know if it was my programming, but I couldn't change<BR>the cursor type if it<BR>was only defined in the CSS. I had to define it in script before I could<BR>change it in script.<BR>ie<BR><BR>&lt;script&gt;<BR>document.all['remotenav'].style.cursor='default'<BR>function mytest()<BR>{<BR>document.all['remotenav'].style.cursor='wait'<BR>}<BR>&lt;script&gt;<BR><BR>Andrew Gibson<BR><BR><BR><BR>_______________________________________________<BR>Javascript mailing list<BR>Javascript@LaTech.edu<BR>http://www.LaTech.edu/mailman/listinfo/javascript<BR></DIV></BODY></HTML><br clear=all><hr>Get more from the Web.  FREE MSN Explorer download : <a href='http://explorer.msn.com'>http://explorer.msn.com</a><br></p>