how to post the form without submit button with help of
javascript
Answers were Sorted based on User's Feedback
Answer / 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 |
Answer / modi[achir communication]
use javascript:document.formname.submit()
| Is This Answer Correct ? | 6 Yes | 2 No |
Explain the different types of pop-up boxes you can create in JavaScript.
List some unit testing frameworks javascript
Are Typescript and Javascript the same?
How can javascript language be separated from objects?
What are associative arrays in javascript?
What is the difference between rootscope and scope?
Why is javascript used for web pages?
How can I request data from the server without reloading the page in the browser?
What is string in javascript?
What is the use of 'bind' method in JavaScript?
How to add new elements dynamically?
What coding language should I learn first?