What is the use of a form in html page? Is there any way to
submit the page without using the form.

Answers were Sorted based on User's Feedback



What is the use of a form in html page? Is there any way to submit the page without using the form..

Answer / ajay kumar

<form> - tag is used for sending data from the client
browser to the server.

There is no way for submitting a page if there is no
<form> - tag in the page.

Is This Answer Correct ?    8 Yes 0 No

What is the use of a form in html page? Is there any way to submit the page without using the form..

Answer / 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

What is the use of a form in html page? Is there any way to submit the page without using the form..

Answer / 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

More JavaScript Interview Questions

How to display Alert in JavaScript

1 Answers   HCL,


How can an HTMLCollection be traversed?

0 Answers  


What is a Promise in JavaScript?

1 Answers  


how can we use java script message alert with asp.net with useing vb.net coding show full process with its coading

1 Answers   NIC,


Describe the properties of an anonymous function in JavaScript?

0 Answers  


What are nodes in javascript?

0 Answers  


How fast can you learn coding?

0 Answers  


Name the types of functions.

0 Answers  


What do I need to code javascript?

0 Answers  


Why is object naming important to use in javascript?

0 Answers  


What is the output of 10+20+”30″ in JavaScript?

0 Answers  


How do I turn off javascript in chrome?

0 Answers  


Categories