http://twistedmatrix.com/pipermail/twisted-python/2005-July/010902.html might
be of interest on this topic.
Jp
___
Web-SIG mailing list
Web-SIG@python.org
Web SIG: http://www.python.org/sigs/web-sig
Unsubscribe:
http://mail.python.org/mailman/options/w
On Mon, 25 Apr 2005 18:11:46 -0700, Shannon -jj Behrens <[EMAIL PROTECTED]> wrote:
Hey guys,
I need a JavaScript escape function. Let's say I have a variable, and
I'm generating some JavaScript from Cheetah:
var s = "$s";
I need to make $s safe:
var s = "$javascript_safe($s)";
Has anyone cod