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 |
How many types of functions JavaScript supports?
What’s relationship between javascript and ecmascript?
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 does trim stand for?
What is unescape() function?
Is javascript free to use?
What are the distinct types of error name values?
What is the dollar sign in javascript?
How to handle event handlers?
How do you check if an object is an array or not?
What's Prototypes for JavaScript
Can you explain how inheritance works in javascript?