kbrown2974
01-13-2004, 11:05 AM
I am trying to open a new browser window while redirecting the current page to a new one. I am getting an error that that window object does not exist. Problem code is below:
DIM jeffwin
Set jeffwin = window.open("http://www.life-south.com/test/index.htm", "jeff")
response.redirect "jeffdisp.asp"
DIM jeffwin
Set jeffwin = window.open("http://www.life-south.com/test/index.htm", "jeff")
response.redirect "jeffdisp.asp"