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
How can you declare a class in javascript?
What output will this program produce System.out.println(x+"+"+y+"="+(x+));
What is the difference between an array and an object?
What does _ mean in javascript?
Why is javascript so hard?
all possible test cases for normal number field,name field date field,check box,
Which built-in method reverses the order of the elements of an array?
What will be the output of the following statements?
What is client side programming?
How to create function in JavaScript?
What is DOM? What is the use of document object?
What is NaN?
How is it possible to get the total number of arguments that are passed to a function?
When do we use JSON.stringify()?
Create a new javascript object with the keys of “fname” equal to your first name, “lname” equal to your last name, and “fcolors” equal to and array of 3 of your favorite colors. Assign this object to a variable called “me” and log it to the console.