JS控制弹出页面窗口控件(openWin)
采用两种弹出窗口实现方式: window.open()和window.showModalDialog(),并解决了showModalDialog()弹出窗口中列表分页的问题。 提供了三个JS方法: (1)showWindow(sURL, width, height); (2)showWindowInPage(pageUrl, params, title, width, height); (3)openWindow(sURL, title, width, height); 弹出窗口关闭的JS方法:window.close(); 示例请参照:demo.html 窗口内分页方法请参照:d
文件列表
openWin.rar
(预估有个6文件)
openWin(JS控制弹出页面窗口控件)(20110701)
demo.html
1KB
使用说明.txt
575B
iFrame.jsp
887B
aa.html
1KB
js
openWin.js
4KB
demoInPage.jsp
2KB
用户评论