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


Please Help Members By Posting Answers For Below Questions

How can you declare a class in javascript?

759


What output will this program produce System.out.println(x+"+"+y+"="+(x+));

1748


What is the difference between an array and an object?

655


What does _ mean in javascript?

741


Why is javascript so hard?

624


all possible test cases for normal number field,name field date field,check box,

1166


Which built-in method reverses the order of the elements of an array?

706


What will be the output of the following statements?

691


What is client side programming?

643


How to create function in JavaScript?

781


What is DOM? What is the use of document object?

716


What is NaN?

741


How is it possible to get the total number of arguments that are passed to a function?

743


When do we use JSON.stringify()?

737


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.

790