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 are the string methods?
What are the characteristics of javascript ‘strict mode’?
Name some of the ways in which Type Conversion is possible?
How do I open javascript on my iphone?
What is the scope of a function?
How can javascript make a web site easier to use? That is, are there certain javascript techniques that make it easier for people to use a web site?
Is javascript the future?
How to create a function in javascript?
Can you explain about screen object?
Why is javascript hoisting?
How can you create an Array in JavaScript?
What is the best site to learn javascript?
What is the difference between innerhtml and append() in javascript?
How would you compare two objects in JavaScript?
What is a named function in JavaScript? How to define a named function?