<html xmlns="http://www.w3.org/1999/xhtml" >
<head runat="server">
    <title>无标题页</title>
    <script language="javascript">
   function changeUrl(u1,u2)
   {
       parent.window.frames["left"].location.href=u1;
       parent.window.frames["right"].location.href=u2;
   }
    </script>
</head>
<body>
    <form >
    <div>
        &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;&nbsp; right<br />
        <br />
        &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;&nbsp; <a href="javascript:changeUrl('http://www.sina.com.cn','http://www.163.com')">1111111111111</a></div>
    </form>
</body>
</html>

相关文章:

  • 2021-08-21
  • 2022-12-23
  • 2021-09-21
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
猜你喜欢
  • 2022-12-23
  • 2022-12-23
  • 2021-10-31
  • 2021-08-11
  • 2022-02-27
  • 2022-12-23
  • 2022-12-23
相关资源
相似解决方案