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 to import all exports of a file as an object.
What is the statement to enable strict mode in javascript quiz?
What are local variables in javascript?
Why is javascript so hard?
List some unit testing frameworks javascript
What is encodeuri() in javascript?
How to open a window with no toolbar, but with the location object?
How can an HTMLCollection be traversed?
What is an undefined value in JavaScript?
How do you know if a set of points is 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?
What is 'use strict'?