在父页面里添加链接改变iframe src的值

来源:百度知道 编辑:UC知道 时间:2024/05/26 02:13:40
我在网页中加入了一个iframe子页面,请问在父页面里添加一个链接点击后改变iframe src的值,使其URL变换
<iframe id="1" name="1" src="jfwh_f.htm" width="517" height="460" frameborder="0" marginwidth="0" scrolling="auto"></iframe>

<iframe id="xxx"></iframe>
<input type="button" value="变变变" onclick="document.all.xxx.src='http://www.baidu.com'"/>
加个onclick时间,改变iframe的src属性即可