Friday, January 28, 2011

Open a Parent window from Child window


window.opener.location.href="default.aspx";

// To make it on top
window.opener.focus();

0 comments:

Post a Comment