I have a form on a single ASP page. The submit button opens a new window and displays the results and sets the focus to that new window. However if I leave the new window open and return to the original window and submit the data again, the data in the new window is updated but the focus remains on the original window. Is it possible to set the focus back to the data page after it has already been open once by the submit button?