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 |
1) How can we use java script in testing the application? 2) What all the things(Software application - like browser, notepad) we need to learn Jscript?
write a programme to solve a formula for compound interest using html tags. I want to know how a formula containing degree (raise to the power) can be solved.
What is difference between deep and shallow object coping in javascript?
What is a Promise in JavaScript?
Is javascript free to use?
what is eval pls breif information send me
What are self Executing Functions?
What are javascript objects?
Is javascript default scripting language?
To write messages to the screen without using "document.write()"?
What is the difference between an array and an object?
How can the os of the client machine be detected?