window.open()参数传递及获取

  1, 最基本的弹出窗口代码    window.open('page.html'); 2, 通过设置后的弹出窗口    window.open('page.html', 'newwindow', 'height=100, width=400, top=0, left=0, toolbar=no, menubar=no, scrollbars=no, resizable=no, location
相关文章
相关标签/搜索