Chrome 中的 showModalDialog 始终最大化
我正在尝试使用 showModalDialog 打开非最大化对话框,但在 Chrome 中它们总是以最大化方式打开。有人知道为什么吗?在火狐浏览器中没问题。 我在 jsf…
ModalDialog 在 IE 8 中已被废弃吗?
我有一个旧的 Asp 经典 CMS 应用程序,为多个网站提供支持。它使用模式对话框并且仅适用于 Internet Explorer。现在它们在 IE8 中不再起作用。原因是…
window.showModalDialog 和回发按钮
我有两个页面 A.aspx 和 B.aspx 页面 A.aspx 通过 javascript 函数 window.showModalDialog("B.aspx") 打开 B.aspx 作为模式弹出窗口 B.aspx 页面有两…
回发时 showModalDialog 出现问题!
各位!我使用 showModalDialog 来显示表单获取数据。当单击按钮到回发服务器时,IE 自动打开新窗口。 Anh 当选择数据时,它已关闭,但弹出窗口不关闭…
无法从模式对话框下载,window.showModalDialog
如果使用 window.showModalDialog() 在模式弹出窗口中打开 aspx 页面,我无法从 aspx 页面下载文件。 我在 aspx 页面上有一个图像按钮,单击它会使用…
使用 UIModalPresentationFormSheet 的模态视图出现在屏幕外
我有一个 UIViewController 实现 - (BOOL)shouldAutorotateToInterfaceOrientation:(UIInterfaceOrientation)interfaceOrientation { // Return YES f…
Webdriver showModalDialog
我们使用 webdriver 进行功能测试。但是我们的应用程序大量使用 showModalDialog JS 函数来打开弹出窗口。当我们尝试使用 webdriver 测试此功能时,它…
如何打开对话框并将其放置在父 WPF 页面的右下角?
我有一个带有按钮的基本 WPF 页面(不是窗口)。现在,当我单击按钮时,我必须打开一个模式对话框并将其放置在父级(WPF 页面)的右下角部分。 我创建…
如何停止“window.showModalDialog”打开第二个窗口?
在微软的文档中,我找不到有关如何禁用此功能的问题的答案。 设置是我打开一个浏览器,它调用 window.showModalDialog。用户在弹出窗口中输入内容并提…
ASP.NET 跨域模态窗口 (window.showModalDialog) - 参数值始终为“未定义”
我有两个网页,父页面 .aspx 和子页面 .html。 在父页面上,我有 JavaScript 函数,用于通过 window.showModalDialog 调用子页面作为模式窗口。 funct…
了解 showModalDialog
我有一个购物车页面,其中“信用卡付款”按钮会弹出一个弹出窗口: window.showModalDialog(ccPaymentURL, null, "dialogwidth: 450pxdialogheight: 3…
如何关闭由showModalDialog打开的对话框?
我尝试过这个但失败了: var win = showModalDialog('http://localhost/index.php') win.close() …
showModalDialog 是否会干扰 ClientScript.RegisterStartupScript?
我通过“window.showModalDialog(...”显示一个模式对话框,它发生在 vbscript 函数中(显示的页面是 aspx)。我想根据 a 中的行数对窗口进行一些调整…
- 共 1 页
- 1