On Sun, 7 Jul 2002, Douglas Kirkland wrote: > You need to filter the data looking for the character in the data stream. > This is what I use to take care of that problem. > > $data =~ s|"|\\"|g;
This won't work if you use the same var in javascript and in html. ------------------------------------------------------- This sf.net email is sponsored by:ThinkGeek Oh, it's good to be a geek. http://thinkgeek.com/sf _______________________________________________ Html-template-users mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/html-template-users
