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? -

c# - When does PreApplicationStartMethod actually get triggered to run? -

c# - Binding attached property to IEnumerable -