I never did that but I suppose there won't be any reason it won't work.
Create a div that will "cover up" the whole page. set it's z-index to the
maximum so that all interaction is handled by the div and not the underlying
elements. Just before the </body> end tag, add code to set the z-index of
the "covering" div to 0. All interaction should then be handled by the
elements on the page.

But now that I think of it, I suppose that the document.onReadyStateChange
event will be fine enough!!!
BTW check
http://www.msdn.microsoft.com/library/default.asp?url=/workshop/author/dhtml
/reference/objects.asp for IE's DOM

sorry for taking your time but maybe it could be useful for somebody one
day!!

Glad I helped...

Paul

-----Original Message-----
From: Gerenday, Perry (P.) [mailto:[EMAIL PROTECTED]
Sent: Tuesday, February 25, 2003 8:09 AM
To: [EMAIL PROTECTED]
Subject: [wdvltalk] RE: % loaded info in browser status bar


Paul Larue [EMAIL PROTECTED] wrote:



> AFAIK there's no way to catch the text in the status bar unless you

> specified it yourself. To know the status of a page loading however, you
can

> use the document.onreadystatechange event to capture all changes in the

> progress.



Thanks Paul.

The onreadystatechange event sounds like what I'm looking for. I came upon
it in my searching but didn't know what properties it held. Mainly what I'm
concerned about is getting a boat load of images loaded before the user
begins trying to interact with them. Netscape/Mozilla seems to be able to
deal with "image.onLoad" to verify if an image has been loaded, but IE did
not recognize that method. I'll give onreadystatechange a look-see.



Thanks,

Perry Gerenday

www.klugelab.com

www.webinitiative.net




____ � The WDVL Discussion List from WDVL.COM � ____
To Join wdvltalk, Send An Email To: mailto:[EMAIL PROTECTED]
       Send Your Posts To: [EMAIL PROTECTED]
To change subscription settings to the wdvltalk digest version:
    http://wdvl.internet.com/WDVL/Forum/#sub

________________  http://www.wdvl.com  _______________________

You are currently subscribed to wdvltalk as: [EMAIL PROTECTED]
To unsubscribe send a blank email to %%email.unsub%%



____ � The WDVL Discussion List from WDVL.COM � ____
To Join wdvltalk, Send An Email To: mailto:[EMAIL PROTECTED] 
       Send Your Posts To: [EMAIL PROTECTED]
To change subscription settings to the wdvltalk digest version:
    http://wdvl.internet.com/WDVL/Forum/#sub

________________  http://www.wdvl.com  _______________________

You are currently subscribed to wdvltalk as: [EMAIL PROTECTED]
To unsubscribe send a blank email to [EMAIL PROTECTED]

Reply via email to