Jump to content

submition values sent from web form


Guest Rare_A1r

Recommended Posts

Guest Rare_A1r

i am trying to send a web form to a site and on the address bar i get values like %F0 %F2 exc.i am wodering how to get the true values of these characters .

Link to comment
Share on other sites

you can unescape these characters:document.write(unescape("%F0%F2"))The unescape method returns a string value that contains the contents of charstring. All characters encoded with the %xx hexadecimal form are replaced by their ASCII character set equivalents.

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...