From: Brandon M. <bnd...@ho...> - 2000-11-30 18:51:20
|
I found all the URL Escape codes in the O'Riley book: HTML The = Definitive guide. It's in the appendix. The rest of the book is good for beginners, but = for this group it's a little remedial. O'Riley has the DHTML Definitive guide as well wich I use often. But it = doesn't have the list you're looking for. ----- Original Message -----=20 From: Doug Melvin=20 To: dynapi-help=20 Sent: Thursday, November 30, 2000 3:25 PM Subject: [Dynapi-Help] Escape and Unescape.. (or server.urlencode) Could someone please direct me to a chart or list of some sort showing = exactly what characters are replaced with what codes when you Escape a = string (encode it so it can go into a URL and is cross platform..) . =20 You see.. my application combines JS and ASP.. unfortunatly the two = don't escape/unescape strings quite the same way.. I've gottewn it to = the point where , when the strings get's to javascript and is unescaped = all is well except that all the spaces are +'s .. I CAN do a .replace() = except, well, what if one or more of those +'s are actually ment to BE = +'s?=20 =20 :-) =20 Thank you, Doug Melvin Integrated System Solutions: Design, Development, Implementation and = Support Creative-Workshop.com |