<html>

 <head><title>Navigate opener</title>
 <script>
  function navigateOpener() {
    window.opener.location.href = "title2.html";
    return true;
  }
 </script>
 </head>

</html>