string - JavaScript variables with " -


i programming jsp page button on click, sends variable javascript funcion.

onclick="agregar('${c.id_question}','${d.text}');" 

the problem ${d.text} contains " character. , mixed html " , function not executed.

what can do?


Comments

Popular posts from this blog

c - CUDA code not processing if block properly -

Android Capture Image From Camera -

Define custom list-style-type in CSS -