What is the use of a form in html page? Is there any way to
submit the page without using the form.
Answer Posted / dhir
form is usefully for posting the data from one page to another
.and this done by tow way either submitting the form by
submit button or through javascript function.
| Is This Answer Correct ? | 4 Yes | 0 No |
Post New Answer View All Answers
How to add html elements dynamically with JavaScript?
What is difference == and === in javascript?
Is webassembly faster than javascript?
Can I learn javascript without knowing java?
Why is java better than javascript?
What's Prototypes for JavaScript
What is the difference between let and var?
What is a framework programming?
Which built-in method removes the last element from an array and returns that element?
How to create a function using function constructor?
What is prototype in javascript and how do you use it?
How to handle exceptions in JavaScript?
How to validate email in javascript?
Please write the Code of simple javascript calculator withot eval() function
What’s a way to append a value to an array?