首页 诗词 字典 板报 句子 名言 友答 励志 学校 网站地图
当前位置: 首页 > 教程频道 > 网站开发 > asp.net >

求高手帮助^刷新有关问题

2012-03-22 
求高手帮助^^^^^^^^^^^^^^刷新问题A页面framesetcols 180,* framename left id left src As

求高手帮助^^^^^^^^^^^^^^刷新问题
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();

热点排行