Hello Mike, This is not a response to your question but I had to ask, is your last name by chance, "Strommen"?
________________________ Gary Strommen 3D Artist www.garystrommen.com 707 332 0873 --- On Thu, 10/8/09, Mike Stromme <[email protected]> wrote: From: Mike Stromme <[email protected]> Subject: cfform and the docable debug window in ie7 and FF To: "cf-newbie" <[email protected]> Date: Thursday, October 8, 2009, 11:08 AM 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:4837 Subscription: http://www.houseoffusion.com/groups/cf-newbie/subscribe.cfm Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.15
