Hi
I have a Java Script function where I asign a value of JSP expression to a
JS varibale. But that expression yields text with new lines.. So I am seeing "Undeterminated string Constant" script error!!!Can you please help me..Thanks alot in advance
Code
function foo(){
document.myForm.textArea.value="<%= bean.getTextAreaValue()%>";
}