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
To set all checkboxes to true using javascript?
What does undefined value mean in javascript?
What is a method in javascript?
What is the difference between ‘var’ and ‘let’ keyword?
How to use one javascript function for multiple input fields?
What is the use of window object?
How to get the primitive value of a string in Javascript?
What is escape() function?
How to add behavior to an element using javascript?
How use javascript html?
What is the purpose of local variables?
What is the best site to learn javascript?
What does window.print() do in Javascript?
Explain the difference between call() and apply()?
What are the ways to emit client-side javascript from server-side code in asp. Net?