L
Lord Merlin
if I have a page which insert info into a DB, and then redirects the user to
another page, with the following code:
Response.Redirect("index.asp?p=confirm&Action=" & Request("Action") &
"&FName=" & Server.URLEncode(Request("FName")) & "&Email=" &
Request("Email") & "&newcode=" & Server.URLEncode(newcode) & "")
how can I hide the stuff after the URL? This is what I get:
http://hobbit/newhp/index.asp?p=confirm&Action=New&FName=Rudi&Email=theesain
(e-mail address removed)&newcode=M7EW1RZO
This is not a form, so it's not todo with the GET / POST actions.
--
Kind Regards
Rudi Ahlers
+27 (82) 926 1689
Greater love has no one than this, that he lay down his life for his friends
(John 15:13).
another page, with the following code:
Response.Redirect("index.asp?p=confirm&Action=" & Request("Action") &
"&FName=" & Server.URLEncode(Request("FName")) & "&Email=" &
Request("Email") & "&newcode=" & Server.URLEncode(newcode) & "")
how can I hide the stuff after the URL? This is what I get:
http://hobbit/newhp/index.asp?p=confirm&Action=New&FName=Rudi&Email=theesain
(e-mail address removed)&newcode=M7EW1RZO
This is not a form, so it's not todo with the GET / POST actions.
--
Kind Regards
Rudi Ahlers
+27 (82) 926 1689
Greater love has no one than this, that he lay down his life for his friends
(John 15:13).