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

Write a javascript program to make a simple calculator

11 Answers   Anand Group, TCS,


What are the boolean operators supported by javascript? And operator: &&

0 Answers  


What is the use of Void(0)?

0 Answers  


Which built-in method removes the last element from an array and returns that element?

0 Answers  


What do mean by NULL in Javascript?

0 Answers  






What is the use of javascript?

0 Answers  


HI friends .am Mohammed Riyash.JMC BCA Tricy. My doubt is. In some websites like bloomberg.com..etc. when MouseOver() action performed.the menuitems will be drop down..and hides when blur()action happened.any body give the code for that..

1 Answers   iGate, Reliance,


How do I activate javascript on my phone?

0 Answers  


How to validate email in javascript?

0 Answers  


How to convert javascript date to iso standard?

0 Answers  


What is isnan in javascript?

0 Answers  


How to find the selected radio button immediately using the 'this' variable?

0 Answers  


Categories