__doPostBack Event
Web Development
2
Posts
2
Posters
0
Views
1
Watching
-
how to use _doPostBack in javascript to refresh a parent page. i am writing window.opener.__doPostBack('pagename',''); it does not work
This might help window.opener.document.forms[0].submit();
Coding C# www.excitetemplate.com