来自iFrame的{Javascript-Load网址

时间:2015-10-01 09:20:15

标签: javascript jquery html iframe

我使用下面的代码在iFrame中加载一些内容。

<html>
<head></head>
<body>
    <div style="position: absolute; overflow: hidden; left: 0px; top: 0px;  width:550px; height:280px;" onClick=onStopRecording();>
        <div style="overflow: hidden; margin-top: -100px; margin-left: -25px;"></div>
        <iframe id="exIframe" src="http://example.com" scrolling="no" frameborder="0"  style="height: 280px; border: 0px none; width: 550px; margin-top: -60px; margin-left: -24px;"></iframe>
    </div>
    </div>
</body>
</html>

现在当我点击iFrame中的网址时,它需要重定向到该网址并在主窗口中加载。

但它正在iFrame中加载。

请注意,我在iFrame中使用第三方网站,我无法更改其代码

0 个答案:

没有答案