如何从iframe调用父脚本

时间:2012-09-17 07:51:48

标签: javascript iframe scrollto

  

可能重复:
  Iframe Function Calling From Iframe to parent page javascript function

我有一个运行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>

IFRAME:

<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>

0 个答案:

没有答案