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

//封闭字窗口刷新父窗口

2012-11-01 
//关闭字窗口刷新父窗口function refush(){//关闭字窗口刷新父窗口window.opener.location.href window.o

//关闭字窗口刷新父窗口

function refush(){//关闭字窗口刷新父窗口                 window.opener.location.href= window.opener.location.href;    window.opener.window.document.forms(0).submit(); // 保留父页面查询条件,提交父页面数据}

热点排行