The Most Active and Friendliest
Affiliate Marketing Community Online!

“Adavice”/  “1Win

Handling space in URL (ASP Code)

istanbul

New Member
affiliate
PHP:
.vbScript{color:black;background-color:white;font-size:10pt;font-family:Courier New;}.vbScript B{color:blue}Netscape sometimes has problems handling strings With a space In it when using the Response.Redirect method. To overcome this problem use the Server.URLEncode("variable name") With the String.

strField = Server.URLEncode(strField)
Response.Redirect("yourpage.asp?Field=strField")

From my library...
 
MI
Back