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
What is scope variable in javascript?
What are JavaScript Data Types?
What is differential inheritance?
Explain what is pop()method in JavaScript?
What are the boolean operators supported by javascript? And operator: &&
Is a parabola a function?
What is the concept of “functions as objects” and how does this affect variable scope?
What are the decodeURI() and encodeURI()?
what is the difference between let, var, and const?
What is namespacing in javascript and how is it used?
How to test a string as a literal and as an object ?
What is the dollar sign in javascript?
Which built-in method returns the calling string value converted to lower case?
How do I view javascript files in chrome?
What are the basic groups of dataypes in JavaScript?