Results 1 to 2 of 2

Thread: Formating a website name

  1. #1

    Thread Starter
    Frenzied Member
    Join Date
    Sep 1999
    Location
    Phoenix, az
    Posts
    1,517
    Often I seen websites that use
    letter not acceptable in windows
    so IE5 changes the name and I
    want to know the method it uses
    I cant figure it out.
    It replaces ":" with "%3a"
    and "/" with "%2f"

  2. #2
    Guest
    Some characters aren't allowed in URLs because they are part of the URL syntax. I believe what you're seeing are the hex versions of these characters as they use the hex versions to get around this. Another example is the space. You can't have a space in a URL 'name' so you often use %20 (although sometimes you can use a '+'). I think it has more to do with the way URLs are formed and handled than with what Windows wants.

    Paul

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