asp.net window.open() 弹出窗口设置为居中显示,怎么设置
window.open("*.html", "newwindow", "height=250, width=250, top=270, left=400, toolbar=no, menubar=no, scrollbars=no, resizable=yes, location=no, status=yes")
看属性名应该就能理解怎么设置了吧?