w3ka dev - share the knowledge .NET
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
‹
›
Home
View web version
No comments:
Post a Comment