choose-_self-001-iframe.html (268B)
1 <!DOCTYPE html> 2 <meta charset="utf-8"> 3 <title>HTML Test: browsing context name - self</title> 4 <link rel="author" title="Intel" href="http://www.intel.com/"> 5 <script> 6 window.name = 'myownself'; 7 var win = window.open('post-to-top.html', '_self'); 8 win.close(); 9 </script>