定位框架名称

时间:2013-02-23 05:20:03

标签: html

点击链接后,Google页面不会显示在iframe中:

<a href="http://www.google.ca" target="frame" >google</a>
<iframe id="frame" name="frame" width="500" height="500" />

2 个答案:

答案 0 :(得分:2)

我不确定我是否理解这个问题...如果您希望框架响应亚马逊链接而不是谷歌链接,那么请不要在谷歌链接上设置target="frame"

答案 1 :(得分:0)

从Google链接中删除target="frame"

<a href="http://google.com">google</a>
<a href="http://amazon.com" target="frame" >amazon</a>