Java Script - Closing window and reload the parent.

window.parent.close(); window.opener.location.href=window.opener.location.href;

if you want to do postback use this:

window.parent.close(); window.opener.__doPostBack('','')

No comments:

Post a Comment