8 lines
180 B
HTML
8 lines
180 B
HTML
<html>
|
|
<body onload="opener.bodyOnLoad()">
|
|
Nested Frame
|
|
<div id="frameContainer">
|
|
<iframe id="staticFrame" src="frame0.html"></iframe>
|
|
</div>
|
|
</body>
|
|
</html>
|