On Nov 15, 2005, at 10:39 AM, Ian Bicking wrote:


Bob Ippolito wrote:
On Nov 15, 2005, at 9:26 AM, [EMAIL PROTECTED] wrote:
Once again, exactly right. Ugh, that was frustrating.

Thanks!

Oh, I just tested it with a timeout to wait a couple seconds ... is
there a good way to verify that the dom is loaded?
For a child document you pretty much just have to poll until it exists.

I seem to notice you have to use setTimeout for this kind of polling too.

Well yes, of course.. the event loop doesn't run until JS returns to the browser.

callLater might be a bit easier to deal with than setTimeout

-bob

Reply via email to