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 input type=button instead of a submit button,
 and specify the onclick attribute.
 
 HTH
 Antonio
 
 -
 To unsubscribe, e-mail: [EMAIL PROTECTED]
 For additional commands, e-mail: [EMAIL PROTECTED]
 
 
 

-- 
View this message in context: 
http://www.nabble.com/How-to-SUBMIT-a-form-without-calling-an-ACTION-tf4056005.html#a11535944
Sent from the Struts - User mailing list archive at Nabble.com.


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



How to SUBMIT a form without calling an ACTION

2007-07-10 Thread TonyD

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.
-- 
View this message in context: 
http://www.nabble.com/How-to-SUBMIT-a-form-without-calling-an-ACTION-tf4056005.html#a11521433
Sent from the Struts - User mailing list archive at Nabble.com.


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



[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 input type=button instead of a submit button,
and specify the onclick attribute.

HTH
Antonio

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]