Curt_C
Tue Apr 05 13:41:05 CDT 2005
easiest I know of is dont use a SUBMIT button.
Use a standard one. In the onClick do your stuff then call a
yourForm.submit();
--
Curt Christianson
Site & Scripts:
http://www.Darkfalz.com
Blog:
http://blog.Darkfalz.com
"scott cooper" <scott.cooper@charter.net> wrote in message
news:O$shbQgOFHA.3156@TK2MSFTNGP15.phx.gbl...
>I want to intercept the submit event for field validation to cancel this
>action if validation failes. I tried to script using the submit method and
>also use the FireEvent("OnSubmit") method but neither option submited the
>form. Is there another way to do this?
>