我在iframe窗口中加载来自其他网站的内容,但是当我选择任何链接时,它会在窗口中打开父网站。我需要在同一个iframe中打开所有内容吗?如何解决?
代码:
<div class="calculator" style="display: block;width: 900px; height: 440px; overflow: hidden; ">
<iframe src="http://www.avtosojuz.ua/technical_service/" align="middle" width="962" height="100%" scrolling="no" frameborder="0" style="margin-top: -440px;
"></iframe>
</div>