第一个参数是打开的链接,第二个参数是窗口的名字,第三个参数是窗口的属性
window.open ("page.html", "newwindow", "height=100, width=400, top=0, left=0, toolbar=no, menubar=no, scrollbars=no, resizable=no,location=no, status=no")
第一个参数是打开的链接,第二个参数是窗口的名字,第三个参数是窗口的属性
window.open ("page.html", "newwindow", "height=100, width=400, top=0, left=0, toolbar=no, menubar=no, scrollbars=no, resizable=no,location=no, status=no")