我想在同一页面上的弹出窗口中打开一个链接。我实现的是弹出窗口在同一页面上打开但是当我在弹出窗口中使用iframe打开链接时它无法正常工作。帮助我
此内容在弹出窗口中打开..
<div id="myModal" class="reveal-modal_global_data">
<div id="wrapper-header_myModal">
<h4> Experiment: Depth of Processing Global Results</h4>
</div>
<input type="submit" class="CSV_button" name="Expand All Activities" value="Download data in CSV Format" ></input>
<iframe src="http://www.google.com" height="240px" width="286px">click here</iframe>
<a class="close-reveal-modal">×</a>
</div>
我想要的就像在同一个弹出窗口中打开谷歌链接..