You are here: irt.org | BBS | Re: onLoad event for IFRAMES? [This BBS is closed]
Posted by Paul Donnelly on August 19, 1998 at 13:29:00:
In Reply to: onLoad event for IFRAMES? posted by Paul Donnelly on August 18, 1998 at 18:49:37:
oops here is the rest of the code..
thanks - paul
<html>
<script>
function foo () {
alert ('hidden iframe loaded');
}
parent.frames (0).onload = foo;
</script>
<iframe width=0 height=0 src=foo.htm style="display:none">
</html>
Follow-ups:
You are here: irt.org | BBS | Re: onLoad event for IFRAMES? [This BBS is closed]