I have code like this
<script type='text/javascript'>
<%
String contactReasonHold = (String)request.getAttribute("CReasonHold");
%>
var crh = "<%= contactReasonHold %>";
if the 'contactReasonHold' value is single line then there is no problem
if it is more than 1 line,
then iam getting javascript error stated above
please help me...
This post has been edited by sutr_kam: 06 October 2010 - 10:40 AM

New Topic/Question
Reply



MultiQuote



|