I currently have:
response.redirect "index2.htm"
But I need this page to open to new page - not the same frame. I tried:
response.redirect "index.htm" target="_top"response.redirect "index.htm target="_top"response.redirect href="index.htm" target="_top"
but none of these are working.....