在iframe里调用bootstrap的modal问题
页面结构如下:
<html>
<header><title>test</title></head>
<body>
<div class="header"></div>
<div class="content">
<div class="left"></div>
<div class="right"><iframe name="right" onload="autoHeight();" id="rightMain" src="1.html" frameborder="false" scrolling="no" style="border:none; " width="100%" height="auto" allowtransparency="true"></iframe></div>
</div>
</body>
</html>
我在1.html里调用了bootstrap的modal。弹出框就显示在iframe里。我想让弹出框显示在最外层。
现实:
理想:
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
用iframe通信的办法,把弹出modal的信息加载到iframe外再弹就好。
你好,我现在也在学习Bootstrap和iframe这种框架,能否发下你的源码,学习研究一下,244282742@qq.com ,谢谢。。在线等!