Home >Backend Development >PHP Tutorial >2种浏览器打开新窗口的方式

2种浏览器打开新窗口的方式

PHP中文网
PHP中文网Original
2016-06-23 14:18:431323browse

JS打开新窗口的2种方式,需要的朋友可以参考一下

1.超链接Welcome

等效于js代码

window.location.href="http://www.php.cn/";     //在同当前窗口中打开窗口

 

2.超链接Welcome

等效于js代码

window.open("http://www.php.cn/");                 //在另外新建窗口中打开窗口

Statement:
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn