好的,我有一个带有两个 iframe 的 html 页面。
-------------------------------------------------
| PARENT |
| |
| |
| [iframe1 id=i1 name=i1] |
| |
| |
| |
| [iframe2 id=i2 name=i2] |
| |
| |
-------------------------------------------------
当我单击 iframe1 中的链接时,我需要在 iframe2 中显示结果页面。我努力了:
<a href=blah.html target=parent.i2>link</a>
但这不起作用。
有人知道怎么做吗?