Previous | Next | (P-PDF) Forms & FDF
Topic: handling backslashes
Conf: (P-PDF) Forms & FDF, Msg: 122168
From: mnbang
Date: 11/16/2004 06:55 AM
I have a HTML form for data entry. I am using javascript to validate or make changes to string value to correct or escape and non-alphanumeric characters like /, \, #....
I don't have any problem with any of the other characters. I just have problem with the backslash. It looks like the activepdf is doing two iterative process, that's why I had to replace a single \ with \\\\ to get a \ into the form field correctly.
Any idea, I would greatly appreciated.
Thanks in advance.