morechocolate
Technical User
I am trying to redirect to a new page after a few seconds, but I am getting taking to my default page.
<META http-equiv="Refresh" content="10;url=<%Session("PackagePage"%>">
When the URL appears in the address section the url the page portion is blank. I know the page is getting the session variable because I am tested it using response.write.
Can I do what I am trying to do?
Thanks
<META http-equiv="Refresh" content="10;url=<%Session("PackagePage"%>">
When the URL appears in the address section the url the page portion is blank. I know the page is getting the session variable because I am tested it using response.write.
Can I do what I am trying to do?
Thanks