showModalDialog-前台JS展现弹出页面
新学的一种弹出框
第一个页面加入代码
onClick="window.showModalDialog('***.html','hello')"
***.html中加入代码
var obj = window.dialogArguments;
发布时间: 2012-11-23 22:54:33 作者: rapoo
showModalDialog-前台JS展现弹出页面
新学的一种弹出框
第一个页面加入代码
onClick="window.showModalDialog('***.html','hello')"
***.html中加入代码
var obj = window.dialogArguments;