We have an asp page which loads initially with some default information then when they click on a one of 3 links, it calls another asp page that basically just verifies some session variables then runs an sql procedure which loads some data and updates some session variables then does a response.redirect to the original page with the new information. This works fine but the first time that they click on one of the links, it does everything fine but opens a new browser window. After that, if they click on the other links to update that page again, it keeps updating that same window which is what we want but don't understand why it doesn't do it in the original window. Thanks, Joe