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
Newer Post
Older Post
Home
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment