html - Is it a bad practice to have nested forms? -


possible duplicate:
can nest html forms?

is bad practice have this?:

<form method="post">  <form method="post"> </form>  </form> 

yes. so. , won't work properly. restructure page make sure doesn't have nested..


Comments

Popular posts from this blog

haskell - Using filter on an item in a list? -

tomcat6 - Exception when stopping container for a with Spring + Quartz + Tomcat web application -

c# - Binding attached property to IEnumerable -