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();
}

你可能感兴趣的:(refresh)