js中window.open打开一个新的页面
js中window.open打开一个新的页面
发布时间:2016-12-30 来源:查字典编辑
摘要:Inserttitlehere/*打开同一个新的页面,不会再次打开新页面*/functionopen1(){window.open("htm...

<!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">点击进入1</a> <a href="#" rel="external nofollow" rel="external nofollow">点击进入2</a> </body> </html>

推荐文章
猜你喜欢
附近的人在看
推荐阅读
拓展阅读
相关阅读
网友关注
最新Javascript教程学习
热门Javascript教程学习
编程开发子分类