window.open()

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')

 

这些个参数设置的时候需要注意,属性设置的时候是等于 ,width=400,不是wdith:400,这个和showmodal的参数有点区别( width:400)

 

对于left和top,是新开窗口的左上角的鼠标位置。

你可能感兴趣的:(window.open)