Asp javascript发送参数和ModalDialog对象
在一个 asp 文件中,我在 jscript 中调用它
window.showModalDialog(strPopUpUrl + "?URI=" + iURI, lObjArg, "dialogWidth:400px;dialogHeight:300px;center:1;help:0;resizable:0;status:0;");
lObjArg 是对象类型。在其中一个属性中,这被写为 false;
我打开模式对话框时调用的另一个 asp 文件我没有收到任何参数或值。
有什么办法可以解决这个问题?
In one asp file I call this in jscript
window.showModalDialog(strPopUpUrl + "?URI=" + iURI, lObjArg, "dialogWidth:400px;dialogHeight:300px;center:1;help:0;resizable:0;status:0;");
lObjArg is object type. In one properties of this is written in false;
I another asp file that is called when modal dialog is opened I don't receive any parameter or value.
What can be solution for this?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
该对象在 dialogAguments 中传递
The object is passed in dialogAguments