Re: Unescaping a string escaped with Javascript

2007-03-12 Thread Jay Savage
On 3/9/07, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote: Hi All I am updataing an application that includes a section which has a number of strings created on a WEB page and escaped with Javascript escape before being sent to a perl script. The original application had a custom unescape function

Unescaping a string escaped with Javascript

2007-03-09 Thread rluckhurst
Hi All I am updataing an application that includes a section which has a number of strings created on a WEB page and escaped with Javascript escape before being sent to a perl script. The original application had a custom unescape function however I notice that this unescape function no longer wor