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

What does 3+4+"7" evaluate to?

0 Answers  


What is nodetype in javascript?

0 Answers  


What data types are supported in Javascript?

0 Answers  


Explain closures in javascript?

0 Answers  


Is javascript a security risk?

0 Answers  






How to access the value of a textbox using javascript?

0 Answers  


what is the source code for sendRedirect method()java Servlet program?

1 Answers  


What kind of conditional statements does JavaScript support?

0 Answers  


List few advantages of using javascript?

0 Answers  


What is the scope of a function?

0 Answers  


Is not a function error in javascript?

0 Answers  


What is called variable typing in javascript?

0 Answers  


Categories