Home Articles FAQs XREF Games Software Instant Books BBS About FOLDOC RFCs Feedback Sitemap
irt.Org

BBS: Re: frame synchronisation - August 24, 1998 at 13:34:33

You are here: irt.org | BBS | Re: frame synchronisation [This BBS is closed]

Posted by Jason Nugent on August 24, 1998 at 13:34:33:

In Reply to: frame synchronisation posted by Roger Taylor on August 22, 1998 at 05:56:27:

: My frameset has two frames A and B. In frame A I wish to change an image in one particular web page in frame B.

: In frame A I can test for the web page title but I am unable to change the image until the page is fully loaded.

: How can I tell if a particular web page has finished loading?

: As a further complication I do not wish the web page in frame B to communicate with frame A - that page is also used without frames.

You might want to look at the onLoad () event handler for the BODY tag. It fires when your page finishes loading, so you could use it to fire and set some variable to true and then test to see if the variable has been set to true from your other frame.
You may also add the onLoad () event handler directly to the image, and in this case it fires when the image itself is loaded. That might be even more useful to you.

Jason
Follow-ups:

You are here: irt.org | BBS | Re: frame synchronisation [This BBS is closed]

©2018 Martin Webb