Hi. Does anyone know a Netscape equivalent of the Internet Explorer document.readyState? From one frame, I want to load another frame with a htm or text file. I want to then search for text, but only when it's completely loaded...Dennis
Announcement
Collapse
No announcement yet.
readyState
Collapse
X
-
-
Hvae you even tried onload? I know a member here managed to parse Text nodes out of a .txt file loading in an iframe in Mozilla. It created a DOM for the txt file, and I have a hunch that the load event would fire for an iframe loading the txt file.In Gecko at least...
Comment
-
Originally posted by jkd
Hvae you even tried onload? I know a member here managed to parse Text nodes out of a .txt file loading in an iframe in Mozilla. It created a DOM for the txt file, and I have a hunch that the load event would fire for an iframe loading the txt file.In Gecko at least...
Is there possibly another way to determine if a page is loaded? Maybe by testing if an object exists...Dennis
Comment
Comment