1、父窗口的iframe
<iframe scrolling="auto" frameborder="0" width="100%" height="100%" src="/test.jsp?tg=1"></iframe>
2、子窗口test.jsp获取父窗口的方法
window.parent.up('update');