回复 3楼tingche的帖子
这篇文章中(链接)弹出的窗体是一个 Window,DOM 元素,可以参考以下代码进行加载:
- var myWindow = window.showModalDialog("PopupForm.aspx?searchkey=" + encodeURI(text), "请选中一个值!", "dialogWidth=600px;dialogHeight=300px;directories=0;channelmode=0;fullscreen=0;menubar=0;titlebar=1;center=1;help=0;status=0;toolbar=0;location=0");
复制代码 |