Hi,

I am getting the following error on the debugger tab in IE7 and Firefox when I 
use <cfform> in a page instead of just <form>.  None of the debugging details 
are available when this happens.

Error from Firebug:

unterminated string literal
[Break on this error] document.write('<head><title>Col...ascript" 
src="/CFIDE/scripts/cfform.js">

Displayed on "debugger" tab:

'); } } function writeCloseBody() { if( debugMode ) { document.write(''); } } 
//============================== TREE STATE ============================== 
function setCookie( targetName, value ) { var cookieValue = targetName + "=" + 
escape(value); var exp = new Date(); var nowPlus30Days = exp.getTime() + (30 * 
24 * 60 * 60 * 1000); exp.setTime( nowPlus30Days ); document.cookie = 
cookieValue + "; expires=" + exp.toGMTString() + ";"; } function 
getCookieValue( name ) { var thisCookie = document.cookie.split("; ") for( i=0; 
i   ColdFusion MX Debugging 


thanks for any help,

Mike
 
 
  

 

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
Want to reach the ColdFusion community with something they want? Let them know 
on the House of Fusion mailing lists
Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:323025
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