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/
- References:
- [Javascript] Questions about document.readyState
- From: tedd
- [Javascript] Questions about document.readyState
- From: Nick Fitzsimons
- [Javascript] Questions about document.readyState
- Prev by Date: [Javascript] Questions about document.readyState
- Next by Date: [Javascript] Fjax - Ajax - eliminate need for browser-specific code
- Previous by thread: [Javascript] Questions about document.readyState
- Next by thread: [Javascript] Questions about document.readyState
- Index(es):