Topic awaiting preservation: losing my spaces... |
|
---|---|
Author | Thread |
Bipolar (III) Inmate From: Phoenix |
posted 03-27-2003 01:07
Hello, |
Maniac (V) Mad Scientist From: 100101010011 <-- right about here |
posted 03-27-2003 18:05
Make sure you escape your data before sending it. |
Bipolar (III) Inmate From: Phoenix |
posted 03-27-2003 18:48
How does one escape the characters in javascript... I know how to do this in ASP. |
Lunatic (VI) Mad Scientist From: Massachusetts, USA |
posted 03-27-2003 18:50
Use the escape() and unescape() functions. |