Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Chriss Miller on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

CFform validation not working in IE!

Status
Not open for further replies.

Floyd7

Programmer
May 23, 2007
35
US
Hi,

I'm using the following <cfform> validation

<CFINPUT TYPE="TEXT" NAME="name" SIZE="15" MAXLENGTH="15" required = "Yes" MESSAGE="Name is Empty" value = "" validateat= "onSubmit">

This works great in FireFox, but it still submits the form in IE.

Why?

Thank you.
 
Hi,

I am checking the same URL and I'm using IE6. It's not showing any javascript errors.
 
It works for me with IE6. Maybe some other part of the form is causing an error? Did you try it with a simple form, only that field and a submit button.
 
Thanks to both of you for responding.

No, I haven't turned of javascript. I'll try CFStarlight's suggestion.

Thanks again!
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top