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 variables in javascript?
What is a callback url?
Where are cookies actually stored on the hard disk?
What is an empty html tag?
what is a code in vb amount display in words
What is "this"?
What coding language should I learn first?
What are the requirements of web application using javascript?
What is enum data type?
What is lazy instantiation in java?
What is array in javascript?
How many types of javascript are there?
What is the function of delete operator?
How to add behavior to an element using javascript?
What is difference between deep and shallow object coping in javascript?