What is the use of a form in html page? Is there any way to
submit the page without using the form.
Answer Posted / tahir ahmed r s
In html we can use JAVASCRIPT for validation purpose. Since
we require a specific form name for validation and to
specicy the action after certain operation is performed.
| Is This Answer Correct ? | 2 Yes | 2 No |
Post New Answer View All Answers
What is the difference between scripting and programming?
How Can I get facebook fans/likes?
what is the difference between window & document in javascript?
Is javascript server side or client side?
Why is javascript so important?
What is javascript hoisting?
What is the difference between attributes and property?
What are the different ways to create an array in javascript?
If an array with name as "names" contain three elements, then how will you print the third element of this array?
How to getting values from cookies to set widgets?
What are the data types supported by javascript?
What is undefined value means in javascript?
How would you organize your javascript code?
Create an array in javascript with a list of 4 colors, assign that array to the variable, ‘colors’.
When do we use JSON.stringify()?