Zach Elfers
03-10-2003, 03:15 PM
Ok. More validation problems but this time I hardly have any and they should be easy to figure out. The site: http://members.lycos.co.uk/syst3m1337/index.php
The validator has a problem with the input elements in the login form. It says that the element isn't allowed where it is.
...
<form action="login.php" method="post">
<input type="hidden" name="site" value="private/index.php" />
Username:<input class="loginTxt" type="text" name="username" />
<br />
Password:<input class="loginTxt" type="password" name="password" />
<br />
<input class="loginButton" type="submit" value="Login" name="submit" />
<p>
</p>
</form>
...
The validator has a problem with the input elements in the login form. It says that the element isn't allowed where it is.
...
<form action="login.php" method="post">
<input type="hidden" name="site" value="private/index.php" />
Username:<input class="loginTxt" type="text" name="username" />
<br />
Password:<input class="loginTxt" type="password" name="password" />
<br />
<input class="loginButton" type="submit" value="Login" name="submit" />
<p>
</p>
</form>
...