[Javascript strings need to be quated with ' and not " to avoid interfering with the surrounding HTML. Marco Baringer **20050814134344] hunk ./js.lisp 348 - (list (prin1-to-string (value string)))) + (list (format nil "'~A'" (value string))))