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

BBS: onLoad event for IFRAMES? - August 18, 1998 at 18:49:37

You are here: irt.org | BBS | onLoad event for IFRAMES? [This BBS is closed]

Posted by Paul Donnelly on August 18, 1998 at 18:49:37:

it seems that iframes do not support the onLoad event caller.
is there a way to make the script below work...without resorting to an onLoad event in the body or script that the IFRAME is calling?!

thanks - paul

<html>
<script>
function foo () {
alert ('hidden iframe loaded');
}
parent.frames (0).onload = foo;
</script>


Follow-ups:

You are here: irt.org | BBS | onLoad event for IFRAMES? [This BBS is closed]

©2018 Martin Webb