If you have to change data in a popup and also this information have to be changed in the parent page you can use window.openere.document.__doPostBack('
window.close();
var theform = window.opener.document.aspnetForm;
theform.__EVENTTARGET.value = id
theform.__EVENTARGUMENT.value = '';
theform.submit();
No comments:
Post a Comment