I have code that gives 1 validation (xhtml 1.0 strict) error about using "name" inside a form. Below is the form line:
What do I use instead on "name".HTML Code:<form name="catadoptionform" method="post" action="catadoption.php" onsubmit="validate();"> <table> <tr> .... </tr> </table> </form>
Thanks



Reply With Quote

Bookmarks