jqModal iframe问题
我有一个asp.net页面(page1.aspx),里面有一个iframe,在iframe里面我正在加载另一个页面(page2.aspx)。在该页面(page2.aspx)内我有一个按钮。当我单击该按钮时,会弹出 jqModal。它覆盖了 page2.aspx 中的 iframe。我怎样才能让 jqModal div 分配父页面(page1.aspx)完整空间。
I have a asp.net page (page1.aspx), inside that I have a iframe, Inside the iframe I am loading another page(page2.aspx). Inside that page(page2.aspx) I have a button. When I click on that button jqModal pops up. It comes up covering the iframe which is in page2.aspx. How can i make the jqModal div to allocate parent page(page1.aspx) full space.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
大概您必须将父页面的标识符一直传递到 jqModal div 并将其用作锚点。
Presumably you have to pass through the identifier for the parent page all the way through to the jqModal div and use that as the anchor point.