<html>
<head>
</head>
<body onload="alert('this comes from the child frame onload handler!')">
<div id="text">This text comes from the hidden iframe</div>
</body>
</html>
<html>
<head>
</head>
<body onload="alert('this comes from the child frame onload handler!')">
<div id="text">This text comes from the hidden iframe</div>
</body>
</html>