1

可能重复:
从 Iframe 到父页面 javascript 函数的 Iframe 函数调用

我有一个运行 scrollTo.js 的父页面。有四个面板可以滚动到每个面板都具有 iframe 形式的内容。每个 iframe 内容都是由前一个 iframe 中的链接生成的。问题:如何从 iframe 调用父函数?
家长:

<a href="#item2" class="panel" onclick="ipage.location='jam2.html'">home made jam</a> |
<a href="#item2" class="panel" onclick="ipage.location='away.html'">international 
flavour</a>

框架:

<a href="" onclick="parent.ipage2.location='local.html'">local produce</a> | <a href=""
onclick="parent.ipage2.location='specials.html'">specials</a> | <a href=""
onclick="parent.ipage2.location='international.html'">world ingredients</a>
4

0 回答 0