M Morgan
Controllers are Skinny, Models are Fat, MVC is where it's at!
Pages
Home
Nerdy Goodness
Google Analytics
Sharepoint Resources
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:
Post a Comment
Newer Post
Older Post
Home
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment