|
View:
New views
3 Messages
—
Rating Filter:
Alert me
|
|
|
cfform and the docable debug window in ie7 and FFHi, 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=17837.14401.15 |
|
|
Re: cfform and the docable debug window in ie7 and FFHello 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 <gtrplayer5150@...> wrote: From: Mike Stromme <gtrplayer5150@...> Subject: cfform and the docable debug window in ie7 and FF To: "cf-newbie" <cf-newbie@...> 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=17837.14401.15 |
|
|
Re: cfform and the docable debug window in ie7 and FFNope, it is Stromme. > 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 <gtrplayer5150@...> wrote: > > From: Mike Stromme <gtrplayer5150@...> > Subject: cfform and the docable debug window in ie7 and FF > To: "cf-newbie" <cf-newbie@...> > 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:4838 Subscription: http://www.houseoffusion.com/groups/cf-newbie/subscribe.cfm Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=17837.14401.15 |
| Free embeddable forum powered by Nabble | Forum Help |