Links

Lists

Latest Updates

Ruby On Rails List
Python list
Advanced Java
The JavaScript List
Apache Users
Full Disclosure
Linux Security

Search the archives!


[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Javascript] Questions about document.readyState


  • From: nick at nickfitz.co.uk (Nick Fitzsimons)
  • Subject: [Javascript] Questions about document.readyState
  • Date: Sun Jun 25 09:58:42 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/