Answered
MX8 IE7 field validation issue
I'm having a problem with using CFFORM and simple field
validation -- by simple, I mean simply setting required="YES" on a
CFINPUT field. The JavaScript that CF8 generates is something like:
apparently this is invalid in IE7. CF5 generated the above as:
this is valid in IE7.
Help!
quote:
if( !_CF_hasValue(_CF_this['CompanyName'], "TEXT", false ) )...
apparently this is invalid in IE7. CF5 generated the above as:
quote:
if( !_CF_hasValue(_CF_this.CompanyName, "TEXT", false ) )...
this is valid in IE7.
Help!
