日期:2014-05-19  浏览次数:20471 次

求高手帮助^^^^^^^^^^^^^^刷新问题
A页面
<frameset   cols= "180,* ">
        <frame   name= "left "   id= "left "   src= "Asset_Bestow_Catalog.aspx ">
        <frame   name= "main "   id= "main "     src= "Asset_Bestow_List.aspx ">
</frameset>

我在Asset_Bestow_List.aspx   中加一个按钮,按钮是弹出新页面

现在   在   弹出新页面中   的 "保存 "按钮写脚本   如何写刷新   Asset_Bestow_Catalog.aspx   的页面

我现在写   window.opener.location.reload();window.close();   这段脚本是刷新了
Asset_Bestow_List.aspx   的数据(也可以说是   右边框架   被刷新了)

但如何写左边框架也被刷新呢?

------解决方案--------------------
window.opener.parent.left.reload();