P
Paul
Hi,
When I use
Dim My_URL
My_URL = Http://www.google.com
Response.redirect(My_URL)
my page is redirected to
http://localhost/'http://www.google.com'
Can anyone advise how I make it just go to http://www.google.com and not
http://localhost/'http://www.google.com'
Thanks
Paul
When I use
Dim My_URL
My_URL = Http://www.google.com
Response.redirect(My_URL)
my page is redirected to
http://localhost/'http://www.google.com'
Can anyone advise how I make it just go to http://www.google.com and not
http://localhost/'http://www.google.com'
Thanks
Paul