Allan & Steve are the chubby founders of LessEverything. This is their blog, hear them rant, praise, give advice and talk about Just Stuff, Less Accounting, Lovd by Less, More Honey, Less Memories, Code, Business, Design, Marketing
IE does not like nested forms…..(Even if they are buried inside partials.)
Sorry, comments are closed for this article.
[Tag: 1 more reason IE sucks]
Thanks for the reminder, I hate all those little quirks with IE.
Nested forms, as in a form tag inside another form tag? Maybe I’m naive but I don’t think any browsers “like” that set up. I think I’ve had some js or css errors show up in Firefox when using nested forms. I wonder if that’s why ASP developers have a form tag immediately following the body tag, eww.
Sandro,
Actually the other browsers didn’t mind it at all, although I agree that it is incorrect. ASP guys can put forms where ever they like but I think ASP.NET guystend to put forms directly after the body tag.
And in case anyone else did not feel my sarcasm, I meant that I had a bug by nesting forms, but the only browser that bit me was IE.