Click to See Complete Forum and Search --> : how to escape plus sign in javascript.


Rohit
09-24-2003, 09:29 AM
I have a HTML form field which has value "+" (plus sign ). When I submit this form , the plus sign gets converted into space. How to avoid this conversion ?

Jeff Mott
09-24-2003, 10:42 AM
Since you havn't posted your code I can't tell you what you need to change. So all I can tell you is that your query string parser is buggy. Assuming you're doing this job in JavaScript, you can use the following query string parser.

162208