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 do I turn off javascript in chrome?

0 Answers  


Explain about session? Where it runs & what are different types of session handling?

1 Answers  


How to replace all occurrences of a string in JavaScript?

0 Answers  


What are the main features of javascript?

0 Answers  


How to convert json string to object?

0 Answers  






Can you assign a anonymous function to a variable?

0 Answers  


How to get value of an element by class in javascript ?

0 Answers  


Can you explain how inheritance works in javascript?

0 Answers  


What does trim stand for?

0 Answers  


Does JavaScript allow to modify CSS on-the-fly ?

1 Answers   ABC,


How do I open javascript console?

0 Answers  


What is triple dot in javascript?

0 Answers  


Categories