Re: [OT] Re: How to SUBMIT a form without calling an ACTION

2007-07-11 Thread TonyD
Thank You for the information it works! Antonio Petrelli-3 wrote: > > 2007/7/10, TonyD <[EMAIL PROTECTED]>: >> >> I need to SUBMIT a form without calling an ACTION because I will use a >> JAVASCRIPT to process it. >> Is it possible? How? >> Thanks in advance. > > > Try using a normal instead

[OT] Re: How to SUBMIT a form without calling an ACTION

2007-07-10 Thread Antonio Petrelli
2007/7/10, TonyD <[EMAIL PROTECTED]>: I need to SUBMIT a form without calling an ACTION because I will use a JAVASCRIPT to process it. Is it possible? How? Thanks in advance. Try using a normal instead of a "submit" button, and specify the "onclick" attribute. HTH Antonio -