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 is event bubbling and event capturing in javascript?

0 Answers  


Hello , I am using following java script to open new window in I.E,but i am facing an issue the new window hangs often while opening,when you move mouse it opens normally.Can any body help me why this is happening as i am unable to understand this issue?please please if any one know so kindly help me I am in real difficulty through this issue.Thanks 'if(window.clipboardData){clipboardData.setData("Text","' + a.PatID + '");}' + 'ordwindow= window.open ("' + @OrderDetailURL + '", "RXOrderDetail", "location=0,status=0,menubar=0,toolba r=0,scrollbars=1,resizable=1"); ordwindow.moveTo(parent.screenLeft,0);var x; x=new ActiveXObject("WScript.Shell");x.SendKeys("% "); x.SendKeys ("x"); //fcttest((sp_RX_ChangeOrderStatus ' + '''' + a.DocID + '''' + ', 1, ' + convert(varchar,@SessionID) + '));' As [W],

0 Answers  


How to prevent a window not to be clicked or selected any way in java script?

0 Answers  


Is it possible to break javascript code into several lines?

0 Answers  


Difference between the substr() and substring() in JavaScript?

0 Answers  






java pgm for compare two vesion and print the greatest version on the console. e.g: like 1.4.2 and 1.5.2 biggest is 1.5.2 1.2.5 and 1.2.8 biggest is 1.2.8

0 Answers  


What is the difference between null & undefined?

0 Answers  


What are different types of popup boxes available in javascript?

0 Answers  


Can I learn javascript without knowing java?

0 Answers  


What will be the output of the following code? //nfe (named function expression) var Foo = Function Bar() { return 7; }; typeof Bar();

1 Answers  


How to convert numbers to strings using javascript?

0 Answers  


What does clean white space mean?

0 Answers  


Categories