|
-
Nov 15th, 2000, 02:26 PM
#1
Thread Starter
Frenzied Member
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"
-
Nov 15th, 2000, 03:04 PM
#2
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
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|