【发布时间】:2020-07-31 19:55:59
【问题描述】:
我正在使用模式弹出窗口。我想有一个选项,而不是“弹出”,某个链接将在新窗口中打开而不是iframe。
这是我现在正在使用的:
<div class="modal-content" style="max-width:767px;">
<span class="close" id="close">×</span>
<iframe src="URL"></iframe>
</div>
我该怎么做?
【问题讨论】:
标签: jquery html bootstrap-4 modal-dialog bootstrap-modal