fark
10-07-2003, 05:58 PM
I have this stored in my cookie
134 Hill St
when I use this to print it out
Response.Write Request.Cookies("UserInput")(Street)
it prints out
134HillSt
What is the appropriate way to handle spaces in a cookie?
Thanks
134 Hill St
when I use this to print it out
Response.Write Request.Cookies("UserInput")(Street)
it prints out
134HillSt
What is the appropriate way to handle spaces in a cookie?
Thanks