La mia pagina di login?
Beh è questa... non cambia molto da quella presente nel link:
codice:
<html>
<head>
<link rel="stylesheet" href="stile3.css">
</head>
<body onLoad="document.login.user.focus();">
<h1 align=center> LOGIN </h1>
<form name="login" method="post" action="password.asp">
<table align="center">
<tr>Username</tr>
<tr><input name="user" type="text" maxLength="15" ></tr>
<tr>Password</tr>
<tr><input name="pass" type="Password" maxLength="15" ></tr>
<tr><input id="Login" name="Login" type="submit" value="Login"></tr>
</table>
<table>
<tr>
<td width="1000" align="center"></td>
<td width="900" align="center"><h4 align="right">Help</h4></td>
</tr>
</table>
</body>
</html>