Hi,
I want to open a new window and redirect the old window. I thought this would be so easy, but I cannot get it to work, it only redirects.
Response.Write "<SCRIPT LANGUAGE=""javascript""><!--"
Response.Write "window.open(""sheet.asp?REQ=" & RequestID1 & """,""_blank""
"
Response.Write "--></SCRIPT>"
Response.Redirect "requestslist.asp"
Any suggestions? Thanks
I want to open a new window and redirect the old window. I thought this would be so easy, but I cannot get it to work, it only redirects.
Response.Write "<SCRIPT LANGUAGE=""javascript""><!--"
Response.Write "window.open(""sheet.asp?REQ=" & RequestID1 & """,""_blank""
Response.Write "--></SCRIPT>"
Response.Redirect "requestslist.asp"
Any suggestions? Thanks