[Javascript] Questions about document.readyState

Nick Fitzsimons nick at nickfitz.co.uk
Sun Jun 25 09:58:29 CDT 2006


Nick Fitzsimons wrote:
> 
> The Microsoft documentation for readyState is at:
> http://msdn.microsoft.com/workshop/author/dhtml/reference/properties/readystate_1.asp?frame=true 
> 

Oh, one other thing: while you're at the MSDN Library you might want to 
check out the "onreadystatechange" event, which allows you to just do:

document.onreadystatechange = function() {
    alert(document.readyState);
}

Cheers,

Nick.
-- 
Nick Fitzsimons
http://www.nickfitz.co.uk/





More information about the Javascript mailing list