概述
<!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>
最后
以上就是光亮日记本为你收集整理的js中window.open打开一个新的页面的全部内容,希望文章能够帮你解决js中window.open打开一个新的页面所遇到的程序开发问题。
如果觉得靠谱客网站的内容还不错,欢迎将靠谱客网站推荐给程序员好友。
本图文内容来源于网友提供,作为学习参考使用,或来自网络收集整理,版权属于原作者所有。
发表评论 取消回复