【发布时间】:2009-08-25 14:25:46
【问题描述】:
好的,我有一个 html 页面,上面有两个 iframe。
-------------------------------------------------
| PARENT |
| |
| |
| [iframe1 id=i1 name=i1] |
| |
| |
| |
| [iframe2 id=i2 name=i2] |
| |
| |
-------------------------------------------------
当我单击 iframe1 中的链接时,我需要在 iframe2 中显示结果页面。我试过了:
<a href=blah.html target=parent.i2>link</a>
但这不起作用。
有人知道怎么做吗?
【问题讨论】:
标签: iframe parent-child parent