ShowModalDialog 怎么返回数组_百度知道
最佳答案: <html> <head> <script> function getValueFromChild(){ var res = window.showModalDialog('child.html', {}, "dialogWidth=700px;dialogHeight=400...
ShowModalDialog 怎么返回数组? - ITeye问答
2011年8月16日 - ShowModalDialog 怎么返回数组?5 parent.html function getValueFromChild(){ var res = window.showModalDialog('child.html', {}, "dialogWidth...
利用showmodalDialog返回数组
2017年4月28日 - 利用showmodalDialog返回数组我们在b/s的设计中使用自定义的网页来作为对话框界面是经常使用的一种方法。今天我们就来谈一下从自定义对话框界面利用数...