tor-browser

The Tor Browser
git clone https://git.dasho.dev/tor-browser.git
Log | Files | Refs | README | LICENSE

file_triggeringprincipal_iframe_iframe_window_open_frame_b.html (215B)


      1 <!DOCTYPE html>
      2 <html>
      3 <body>
      4 Frame B navigating Frame A
      5 
      6 <script type="text/javascript">
      7 
      8 window.open("file_triggeringprincipal_iframe_iframe_window_open_frame_a_nav.html", "framea");
      9 
     10 </script>
     11 
     12 </body>
     13 </html>