PDA

View Full Version : readyState


Mr J
07-16-2005, 02:05 PM
Is there a Mozilla equivalent to

document.readyState

ChiefWigs1982
07-16-2005, 02:50 PM
What's the context?

Closest, I suppose, is window.onload

Mr J
07-16-2005, 05:04 PM
Thats ok I don't think there is one, I've done a search with no favourable results.

Thanks anyway

ChiefWigs1982
07-16-2005, 07:59 PM
A bit more info, and we might be able to suggest an alternative...

Are you importing XML pages or something?

Mr J
07-16-2005, 10:08 PM
I was looking for a way for the opener to be able to tell when the popup had finished loading without adding code to the popup page, this can be done in IE with document.readyState.

Onload is the nearest for Moz I think, so that projects heading bin-wise