<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> <html> <head> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> <title>Insert title here</title> <script type="text/javascript"> /* 打开同一个新的页面,不会再次打开新页面 */ function open1(){ window.open("html01.html","aaa"); } function open2(){ window.open("html02.html","aaa"); } </script> </head> <body> <a href="#" rel="external nofollow" rel="external nofollow" onclick="open1()">点击进入1</a> <a href="#" rel="external nofollow" rel="external nofollow" onclick="open2()">点击进入2</a> </body> </html>
标签:
window,open
免责声明:本站文章均来自网站采集或用户投稿,网站不提供任何软件下载或自行开发的软件!
如有用户或公司发现本站内容信息存在侵权行为,请邮件告知! 858582#qq.com
狼山资源网 Copyright www.pvsay.com
暂无“js中window.open打开一个新的页面”评论...