this is an example of the error that it is producing:

function checkSave()
289 {
290 if($('txtQuestionName').value != "Subject_Family Details" || 
$('txtDescriptionName').value != "saSa
291ASA
292ASasaSs
293asaS")
294 {
295 $('saveButton').disabled = "";
296 }

notice that on line 290 it takes the carriage return as being a new line for 
the text and therefore it produces the error of unterminates string literal

would appreciate the help

thanks 

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
ColdFusion 8 - Build next generation apps
today, with easy PDF and Ajax features - download now
http://download.macromedia.com/pub/labs/coldfusion/cf8_beta_whatsnew_052907.pdf

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:294036
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4

Reply via email to