Previous | Next | (P-PDF) JavaScript
Topic: Parseing a QueryString in JS
Conf: (P-PDF) JavaScript, Msg: 28142
From: mamarsha
Date: 10/5/2001 06:20 AM
Is there a way to pass in an "&" as a character itno a pdf. The pdf thinks that the "&" is a delimeter between fields. I have tried to pass %26 but the parser still makes this into an "&". It is the unescape funtion in Acrobat 5.
My querystring would be something like this:
doc.asp?Field1=Matt&Field2=Matt & Sarah&Field3=together
The "&" in field2 between Matt and Sarah should not be considered a delimeter between fields.
Please help.....