Sha256: ec685b6090938a333111090b002ab7392cb465d88c089445d0aca6f2588778b9
Contents?: true
Size: 527 Bytes
Versions: 55
Compression:
Stored size: 527 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
55 entries across 51 versions & 3 rubygems