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
Explain the for-in loop?
How to test for bad numbers using javascript?
What are the new ways to define a variable in Javascript?
Is javascript insecure?
Is client side front end?
What are global variables in javascript?
What is the difference between ‘let’ and ‘const’?
In a pop-up browser window, how do you refer to the main browser window that opened it?
How does javascript work?
Write a main method that prompts the user to enter the starting population, birth and death rates, and the number of years. The input birth and death rates cannot be negative, the starting population cannot be less than 2, and the number of years greater than 0. If the user enters an invalid value, this program will prompt user to re-enter the value until a valid value has been read. When all input values are valid, call on the methods above to compute estimated population and print result.
what is a dataset
What is null variable?
Is javascript server side or client side?
What is new keyword in javascript?
Name some of the ways in which Type Conversion is possible?