Código:
<html> <head> <title>Pequeño Script</title> </head> <body> <form method="GET"> Usuario: <input type="text" name="usr"> Passwd: <input type="password" name="pass"> <input type="hidden" name="admin" value="0"> <input type="submit" value="Entrar" name="log"> <input type="submit" value="Registrarse" name="reg"> </form> <a href="http://www.google.com">Olvidaste la Contraseña?</a> </body> </html>