Sha256: 34e57482337e5f149af5fe2831b1e2ce904f9a4fb889ae933f21639b7ecd4190
Contents?: true
Size: 528 Bytes
Versions: 15
Compression:
Stored size: 528 Bytes
Contents
<html> <head> <title>This is the child frame title</title> <script> function closeWin() { var iframe = window.parent.document.getElementById('childFrame'); iframe.parentNode.removeChild(iframe) } </script> </head> <body id="childBody"> <a href="javascript:void(0)" onClick="closeWin()">Close Window</a> <iframe src="/frame_one" id="grandchildFrame1"></iframe> <iframe src="/frame_two" id="grandchildFrame2"></iframe> </body> </html>
Version data entries
15 entries across 15 versions & 2 rubygems