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 is question mark in javascript?
What is triple dot in javascript?
how can i change colour of a image in aspx file?
Is null in javascript?
Example of using regular expressions for syntax checking in javascript?
Why is javascript hoisting?
discuss scoping in javascript?
Can you explain about screen object?
How to select an element by id and swapping an image?
How do I turn off javascript in chrome?
How to enabled 'Strict' mode in JavaScript?
Program to return the address family of a socket
Is javascript free to install?
What is the difference between attributes and property?
What is a currying function?