amxJ
01-30-2006, 09:08 AM
i have a message box and send button and some symbols appear ok such as . and @ but others appear %?? like , (%2C) and : (%3A) can i stop this or is there a chart to show what each one equals. thanks
|
Click to See Complete Forum and Search --> : symbols submit amxJ 01-30-2006, 09:08 AM i have a message box and send button and some symbols appear ok such as . and @ but others appear %?? like , (%2C) and : (%3A) can i stop this or is there a chart to show what each one equals. thanks LeeU 01-30-2006, 09:59 AM Try here (http://www.webdeveloper.com/forum/showthread.php?t=93460) Kevey 01-30-2006, 10:24 AM That's a redirect back to this thread? LeeU 01-30-2006, 10:34 AM Ooops ... I copied the wrong tab. Try this: http://www.asciitable.com/ . NogDog 01-30-2006, 11:05 AM The %xx (where x = 0-9 or A-F) is the format used in URLs to represent special characters, where the xx is the 2-digit hexidecimal number for that character. If you need to encode or decode URLs, here's one of many useful sites: http://www.albionresearch.com/misc/urlencode.php webdeveloper.com
Copyright Internet.com Inc., All Rights Reserved. |