I have got something like the following in my jsp:
var test = <%=Num%>;
and Num in this case is something like 12345678,john,smith.
But when I load the page I get the following error:
Error: SyntaxError: unterminated string literal
Can anyone help me out, thanks