Is Form Tag Necessary in AJAX Web Application?
Posted
by Morgan Cheng
on Stack Overflow
See other posts from Stack Overflow
or by Morgan Cheng
Published on 2010-04-24T14:14:58Z
Indexed on
2010/04/24
14:23 UTC
Read the original article
Hit count: 210
I read some AJAX-Form tutorial like this. The tag form is used in HTML code. However, I believed that it is not necessary. Since we send HTTP request through XmlHttpRequest, the sent data can be anything, not necessary input in form.
So, is there any reason to have form tag in HTML for AJAX application?
© Stack Overflow or respective owner