Sunday, June 6, 2010

parent refresh function

function refreshParent() {
window.opener.location.href = window.opener.location.href;

if (window.opener.progressWindow)

{
window.opener.progressWindow.close()
}
window.close();
}

No comments:

Post a Comment