How can I get quotes in my servlet output so the string will be quoted for JavaScript?
Created May 7, 2012
Marin Velikov You need to escape the character with a , like the following:
out.println("var themessage = "message: ";");