Asp javascript发送参数和ModalDialog对象

发布于 2024-11-18 02:29:50 字数 310 浏览 4 评论 0原文

在一个 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 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

一城柳絮吹成雪 2024-11-25 02:29:50

该对象在 dialogAguments 中传递

The object is passed in dialogAguments

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文