refreshParent

function refreshParent() {
window.opener.frames['subframe'].location.href = window.opener.frames['subframe'].location.href;
if (window.opener.progressWindow)
window.opener.progressWindow.close();
window.close();
}


function refreshParent()
{  
  window.opener.frames['subframe'].location.reload();
}

function refreshParent()
{
   window.perant.frames['subframe'].document.location.reload();
}
posted on 2007-11-14 12:51  敌后武工队  阅读(258)  评论(0编辑  收藏  举报