Results 1 to 2 of 2

Thread: Spaces in querystrings

  1. #1

    Thread Starter
    New Member
    Join Date
    Dec 2000
    Posts
    4

    Exclamation

    I have setup a quiz using ASP, and it all works fine, up until the point where I have it setup for the user to input their name. When the details are changed into the querystring Netscape will not substitute the space between the name into a '%20'. Does anybody know if there is any way around this?
    Cheers
    Ciaran

  2. #2
    Guest
    Code:
    YourURLAndQueryString="default.asp?problem=this has spaces"
    Response.Redirect Server.URLEncode(YourURLAndQueryString)

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width