axum Posted April 17, 2003 Posted April 17, 2003 Hi, i have an aspx page, that will call another aspx page as a popup. Once processing has been done within this pop-up i need to close it and REFRESH (reload) the parent page. Any ideas how i can do this...? Also i was wondering, if, from the parent page you can get access to the controls within the pop-up page.....? Many thanks Axum Quote
rvermeulen Posted April 21, 2003 Posted April 21, 2003 Are you opening the "popup" window through javascript? Post your code to get more directed valuable help Quote
bungpeng Posted April 22, 2003 Posted April 22, 2003 Will this help? (Javascript) parent.opener.document.form1.refresh(); window.close(); [/Quote] Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.