On August 5, 1998 at 00:10, Werner Teeling wrote:

> I'm making a rather complex interface for a mailarchive,
> and I'm using a lot of Javascript in it.
> 
> Characters as " ; } { ] [ in for instance subjects cause a lot
> of problems if you use them in arrays and hidden fields.

Could you provide some examples on what you are tring to do?
I figure for JavaScript support, all that needs to be handled is
quoting characters.  I.e.  Something like a message's subject
should be treated as a string and not as a literal.

I have added a :J modifier to resource variables to escape
quote characters for JavaScript usage for v2.3.  Is something
else needed?

        --ewh

Reply via email to