Home | History | Annotate | Download | only in data
      1 <html>
      2 
      3  <head><title>Navigate opener</title>
      4  <script>
      5   function navigateOpener() {
      6     window.opener.location.href = "title2.html";
      7     return true;
      8   }
      9  </script>
     10  </head>
     11 
     12 </html>
     13