PDA

View Full Version : % mumbo jumbo


CowboyInMe
05-24-2005, 07:30 AM
Howdy yall,

I was wondering where i could find a list of what all the %x =?

like %20 = " "
%69 = "i"
%74 = "t"


and so on...

This isnt really javascript (at least i dont think) it seems like its more browser language.

_Aerospace_Eng_
05-24-2005, 08:44 AM
The official name for it is url encoding, you can see a list of them here http://www.w3schools.com/html/html_ref_urlencode.asp

CowboyInMe
05-24-2005, 07:51 PM
thats it, many thanks stranger