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]