Source code

Revision control

Copy as Markdown

Other Tools

<html>
<head>
<title>Nested frame</title>
<script>
parent.parent.postMessage({call: "frameLoaded", testname: "frame_b", uri: window.location.toString()}, "*");
</script>
</head>
<body>
<tt>IFRAME B</tt><br/>
</body>
</html>