在父页面中,我有一个指向其他域网站的链接。单击链接后,我想用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/