Hi Steve, On Tue, 18 Nov 2003 05:10:10 -0800, Steve Larson wrote:
> So that`s where the %20`s come from. Thanks, I always wondered > where they came from. When you see a %xx in a URL, it's replacing a character that's restricted. You most often see it with spaces (%20) and plus signs (%2B) but any ASCII character can be represented this way. The number is simply the hexadecimal value of the ASCII code for the character. TTYL, DougF KG4LMZ

