弹出页面作为模态的解决方案
我正在使用 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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
听起来您需要在指向其他页面的链接中添加一个简单的 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