[OT] form default submit button

2004-08-13 Thread Erez Efrati
Hi, This not a struts issue though my project is well attached down to the bones to struts. I am a bit rusty in HTML and I need your advice. I have a login form with username and password fields. The button is built with a table consisting of the graphical edges and the text (retrieved from the

RE: [OT] form default submit button

2004-08-13 Thread Shilpa Vaidya
try use onsubmit(); instead of onclick() regds Shilpa -Original Message- From: Erez Efrati [mailto:[EMAIL PROTECTED] Sent: Friday, August 13, 2004 4:12 PM To: 'Struts Users Mailing List' Subject: [OT] form default submit button Hi, This not a struts issue though my project

RE: [OT] form default submit button

2004-08-13 Thread Erez Efrati
Thanks Shilpa, I will try it. Erez -Original Message- From: Shilpa Vaidya [mailto:[EMAIL PROTECTED] Sent: Friday, August 13, 2004 11:44 AM To: 'Struts Users Mailing List' Subject: RE: [OT] form default submit button try use onsubmit(); instead of onclick() regds Shilpa

RE: [OT] form default submit button

2004-08-13 Thread Erez Efrati
Where do I put this onsubmit(); --Erez -Original Message- From: Erez Efrati [mailto:[EMAIL PROTECTED] Sent: Friday, August 13, 2004 12:51 PM To: 'Struts Users Mailing List'; [EMAIL PROTECTED] Subject: RE: [OT] form default submit button Thanks Shilpa, I will try it. Erez

RE: [OT] form default submit button

2004-08-13 Thread Shilpa Vaidya
lol hi 1. like this -- Start Button -- div class=btn onsubmit=LoginForm.submit(); style=margin-top:10px; table border=0 cellpadding=0 cellspacing=0 tr td class=btnRightnbsp; /td td class=btnText