|
|
submitting a form without a submit button - Javascript
|
Views : 394
|
|
Tagged in : Javascript
|
|
|
Report This Scrap as Inappropriate We request you to choose the appropriate categroy and subcategory that suits your
objectionable concern about the scrap, So that our team can review and find out whether it violates our Guidelines or the
scrap is not suitable for all viewers.
|
The main idea behind this is to use Java script submit() function inorder to submit the form without explicitly clicking any submit button.
You can attach the document.formname.submit() method to onclick,
onchange events of different inputs and perform the form submission.
(or)
you can even built a timer function where you can automatically submit the
form after xx seconds once the loading is done (can be seen in online test sites). |
|
By - banumathi, On - 2010-09-01 |
|
|
|