> I also have JS validation, but I never imagine I would also have to
> check the value in the method attribute.
> And even so, if the error is caused by IE, the method value will
> probably be changed after the onsubmit event anyway.

Claude - I may have solved this issue.  So far no errors.

In my JS validation, triggered by the onClick event of the submit button, I 
changed from using submit() to "return true".  As I am using a type=submit 
button (rather than a type=button button) this is the same thing.  It could 
be that the problem is using the submit() method within JS.

Now, if you're using a type=button button, this won't be of help, but if you 
are able to refactor to a type=submit button and do "return true" on 
successful JS validation, it may clear up the problem for you.

-- Josh



~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
CF 8 – Scorpio beta now available, 
easily build great internet experiences – Try it now on Labs
http://www.adobe.com/cfusion/entitlement/index.cfm?e=labs_adobecf8_beta

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:280135
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4

Reply via email to