Hi,

Whenever I use the cfform tag and the dockable debugger I get the following 
text at the top of the debug window and nothing is clickable.  Also, if I go 
back to my app none of the client-side validation works ie: a cfinput required 
attribute is ignored.  Any ideas?

thanks,
Mike

'); } } 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 

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
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-newbie/message.cfm/messageid:4836
Subscription: http://www.houseoffusion.com/groups/cf-newbie/subscribe.cfm
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.15

Reply via email to