Thursday 17 January 2008

Triggering A Postback from A Popup Window

Adding this Javascript to the Child Page i.e. popup , will postback to the Parent:


<script type="text/javascript">

window.opener.document.forms[0].submit();


</script>

No comments: