form tag - is it required on ajax sites?
        Posted  
        
            by benpage
        on Stack Overflow
        
        See other posts from Stack Overflow
        
            or by benpage
        
        
        
        Published on 2010-02-16T23:50:18Z
        Indexed on 
            2010/05/20
            23:00 UTC
        
        
        Read the original article
        Hit count: 268
        
forms
|asp.net-mvc
i recently was working on an ASP.NET MVC site that basically serves static html and uses ajax gets to return data to the page when inputs are changed. there is actually no posting or getting from an html input tag on the pages at all. (it is a specific style of site that is not used by the general public, so having compatibility problems for people without javascript is not an issue)
after designing the site, i realised that i hadn't even included any form tags. as the site does not use any direct posts or gets, and apart from it being just good html design, i wondered, in my particular situation, if there was any point to having any form tags on the page?
© Stack Overflow or respective owner