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

Cursor error with postgresql, pgpool and php -

delphi - ESC/P programming! -

c++ - error: use of deleted function -