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
In a java script, what is the difference between "==" and "===" operator?
Why is javascript hoisting?
How do you submit a form using JavaScript?
How to convert a string to a number using javascript?
What is the use of Push method in JavaScript?
What is javascript and its advantages?
java pgm for reads a file(text file) and removes all the spaces then the text and write this back into the same file. e.g: (Input) _______ chennai is fourth biggest city in india. (output) _______ chennaiisfourthbiggestcityinindia.
How to create an object in javascript?
What is createtextnode?
What is global variable in javascript?
How to redirect a page to another page in javascript?
What is the difference between == and ===? Which one would you use?
What is a function object?
What are the features of javascript?
What is event in web programming?