From: Rick on
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?