JavaScript弹出窗口技巧

window.open ('faces/newPage.jsp','newwindow','height=300,width=700,
top=50,left=50,toolbar=no,menubar=no,scrollbars=no,
resizable=yes,location=no, status=no, alwaysRaised=yes ,z-look=yes'); window.showModalDialog('faces/newPage.jsp',''
,'dialogWidth=600px; dialogHeight=500px; center=yes;
help=yes; resizable=yes; status=yes; scroll=yes; edge= raised ');

用模式对话框使用:window.showModalDialog
非模式对话框使用:window.open

之前所写,迁移至此

原文链接:http://user.qzone.qq.com/372806800/blog/1336197930

上一篇:QT https post请求(QNetworkRequest要设置SSL证书,而SSL证书认证有三种)


下一篇:java并发编程(十四)同步问题的内存可见性