iframe在父窗口外加载

时间:2014-08-26 20:44:49

标签: javascript php html css iframe

我在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>

1 个答案:

答案 0 :(得分:0)

之前已经问过这个问题:How to open a iframe link within the same iframe?。看来在引用外部网站时无法控制这一点。