Note to Self
written by Steven on October 17, 2007
IE does not like nested forms.....(Even if they are buried inside partials.)
Learn how LessEverything built their consultancy to over $1,000,000 annual revenue at LessMoney Conference, June 7th in Tampa Florida. Each attendee will get early access to our upcoming ebook as well.
Leave a Comment
About Steven
Popular Articles
Subscribe

Steven Bristol has written code for the past 20 years. He like green vegetables and kittens, oh and butterflies too. He loves to throw ninja stars at his enemies.

3 Comments
[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.