how to post the form without submit button with help of
javascript
Answer Posted / shailendra shukla
Create a button and call the java script function on any
event of created button.
In the java script function you can write statement to
submit the form. eg.
document.FormName.submit().
| Is This Answer Correct ? | 13 Yes | 3 No |
Post New Answer View All Answers
What's the difference methods get and post in html forms?
coding of java scripts
What does _ mean in javascript?
What is hoisted in javascript?
How to convert a string to lowercase?
How to check if a variable is an integer in javascript ?
How to redirect a page to another page in javascript?
Why is my javascript function not defined?
Create an array in javascript with a list of 4 colors, assign that array to the variable, ‘colors’.
What is javascript ‘strict mode’?
What Is The Disadvantages Using InnerHTML In JavaScript?
Can you assign an anonymous function to a variable and pass it as an argument to another function?
What would be the result of 3+2+”7″?
Is javascript becoming obsolete?
How we can get the value of an element using javascript?