发布网友 发布时间:2024-10-24 01:11
共4个回答
热心网友 时间:2024-10-24 10:20
是啊。如果里面有一个url的话,就把这个url用一个新的窗口打开。可是你这个没有url,就不会打开一个新窗口了,和什么都不写是一样的。
热心网友 时间:2024-10-24 10:22
window.open("","_blank");
打开个第一个参数的地址
这样写就是在新窗口打开个空白窗口
window.open("a.html","_blank");
这样写就是在新窗口打开个a.html
热心网友 时间:2024-10-24 10:21
打开新窗口!
热心网友 时间:2024-10-24 10:17
window.open ("page.html", "newwindow", "height=100, width=400, toolbar =no, menubar=no, scrollbars=no, resizable=no, location=no, status=no") //写成一行
第一个参数就是网页啦。其它看单词就知道了