如何使用iframe的网址更改父窗口的网址?

时间:2018-09-26 17:05:41

标签: javascript html iframe cross-domain postmessage

在父页面中,我有一个指向其他域网站的链接。单击链接后,我想用Iframe的URL更改父窗口的URL。下面是我的代码。

<html>
<head>
<title>test page</title>
</head>

<body>

 <li><a href="http://mysmallwebpage.com/" target="iframe_a">Small Page</li>

  <iframe id = "frame" src="" name="iframe_a" width = 100% height = 100% style="border:none;"></iframe>

</body>

</html>

将网页加载到iframe中后,浏览器网址也应显示为http://mysmallwebpage.com/

0 个答案:

没有答案