CODIGO PARA USUARIO EN HTML CON CONTRASEÑA PARA VARIOS USUARIO
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>Login para varios usuario</title>
</head>
<body>
<h1>ACCESO AL SISTEMA DE USUARIO
</h1>
<CENTER>
<form name="login">
<table width="200" border="0">
<tr>
<th scope="row"><h2>Usuario</h2></th>
<td><span class="cnt">
<input name="usuario" type="text" class="Input" value="" size="20" />
</span></td>
</tr>
<tr>
<th height="33" scope="row"><h2>Contraseña</h2></th>
<td><span class="cnt">
<input name="password" type="password" class="Input" value="" size="20" />
</span></td> <br>
<td><span class="cnt"> <br><br><br><br><br>
<fieldset>
<input value="Entrar" target="_parent" onclick="Login()" type="button" class="boton"/> </fieldset>
</span></td>
</tr>
<tr>
<th scope="row"><fieldset><input type="reset" name="Borrar"
id="Borrar" value="LIMPIAR" class="boton" /></fieldset>
id="Borrar" value="LIMPIAR" class="boton" /></fieldset>
<button name="button" > <a href="index.html">salir</a> </button>
</fieldset></th>
</fieldset></th>
</tr>
</table>
</form> </CENTER>
<script language="JavaScript">
function Login(){
var done=0;
var usuario=document.login.usuario.value;
var password=document.login.password.value;
if (usuario=="USUARIO1" && password=="CONTRASEÑA1") {
window.location="paneles1.html";
}
else{
alert("Porfavor ingrese, nombre de usuario y contraseña correctos.");
}
if (usuario=="USUARIO2" && password=="CONTRASEÑA2") {
window.location="MOVIMIENTO.HTML";
}
if (usuario=="" && password=="") {
window.location="errorpopup.html";
}
}
</script>
</center>
<script language="Javascript">
<!-- Begin
document.oncontextmenu = function(){return false}
// End -->
</script>
</body>
<style>
header{
color: red;
font-family: Impact;
}
body{
text-align: center;
color: white;
background-color: black;
padding: 50px;
font-size: 18px;
}
table {
border: red 5px solid ;
}
fieldset {
background-color: rgb(32, 8, 245);
}
button{
text-align: center;
color: white;
background-color: rgb(211, 15, 25);
padding: 5px;
font-size: 18px;
font-family: Impact;
}
h1{
color: red;
}
</style>
</html>
https://azmind.com/login-template-fullscreen-background-slideshow-psd-html5-css3/
ResponderBorrararregla perro con esto .i