Only the browser can determine where the page will display. So, how do you from ASP direct a page to load at the top of the
browser?
Simply send the following script to the browser and let it to the work
for you.
<% Response.Write "<script>top.location='newpage.asp'</script>" %>