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 SkipVought 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
0
0
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.
 
Works for me.

I assume you're testing the same url in both browsers. What version of IE are you using and does it show any javascript errors?
 
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.
 
Did you by chance turn off JavaScript in IE?


Hope This Helps!

ECAR
ECAR Technologies

"My work is a game, a very serious game." - M.C. Escher
 
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