弹出页面作为模态的解决方案

发布于 2024-07-17 14:29:29 字数 402 浏览 5 评论 0原文

我正在使用 window.showModalDialog() 但不适用于所有浏览器。

人们推荐我 jquery、thickbox 以及这个 联系示例

但问题是当我提交页面时,服务器会向我发送另一个页面,该页面将取代我的原始页面!

所以实际上它并不能满足我的要求。 我的要求是按钮单击模式页面应该打开,并且它可以重定向到同一窗口上的其他页面,而不会干扰我的原始页面,并且当我关闭原始页面时会得到反射。 那么有可能吗?

I was using window.showModalDialog() but doesn't work on all browsers.

People recommends me jquery, thickbox and also this contact Example

but the problem is when i submit the page, server will send me another page, and that page will replace my original page!

so actually it doesn't fulfill my requirement.
My requirement is on button click modal page should open and it can redirect to other page on same window without disturbing my original page and when I close My original page get reflections.
So is it possible?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

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

发布评论

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

评论(1

×纯※雪 2024-07-24 14:29:29

听起来您需要在指向其他页面的链接中添加一个简单的 html target="_blank" 。

http://www.htmlcodetutorial.com/linking/_A_TARGET_95y98y108y97y110y107y.html

Sounds like you need a simple html target="_blank" in the link to the other page.

http://www.htmlcodetutorial.com/linking/_A_TARGET_95y98y108y97y110y107y.html

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