|
|
Q1175 How can I use an image as a "submit" button, yet still validate my form?
irt.org | Knowledge Base | JavaScript | Form 5 | Q1175 [ previous next ] Q1175 How can I use an image as a "submit" button, yet still validate my form?When you use JavaScript to submit a form then the onSubmit event handler is not triggered. Therefore you have to invoke the function, that the onsubmit event handler would have called, yourself:
Feedback on 'Q1175 How can I use an image as a "submit" button, yet still validate my form?' |
-- div -->
|