From: Rick on 10 May 2010 16:08 I have a page (MyMainPage.aspx) containing a button. When this button is clicked; it opens up another page as: window.open ("MyURL.aspx", "My Title", 'toolbar=no, location=no, directories=no, status=yes, menubar=no); MyURL.asp does some processing and then automatically closes itself and returns back to the main page MyMainPage.aspx. What do I need to do so when MyUrL.aspx closed down and returns to MyMainPage.aspx; the page MyMainPage.aspx is refreshed?
|
Pages: 1 Prev: Unable to login to membership database Next: Need an unbound GridView-like control |