-1

当我点击链接时,谷歌页面没有显示在 iframe 中:

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

2 回答 2

2

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

于 2013-02-23T05:22:03.723 回答
0

target="frame"从谷歌链接中删除

<a href="http://google.com">google</a>
<a href="http://amazon.com" target="frame" >amazon</a>
于 2013-02-23T05:23:02.230 回答