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
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 |
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 |
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 |
Which built-in method returns the index within the calling string object of the first occurrence of the specified value?
how can we use java script message alert with asp.net with useing vb.net coding show full process with its coading
Why is javascript so popular?
How can a value be appended to an array?
How to find the selected radio button immediately using the 'this' variable?
Why extending array is bad idea?
Why javascript is fast?
What are the variable naming conventions in javascript?
Can you give an example showing javascript hoisting?
What is the difference between registerclientscriptblock and registerstartupscript?
What are the string methods?
Can you pass a anonymous function as an argument to another function?