Tema: Password
Ver Mensaje Individual
  #9 (permalink)  
Antiguo 26/02/2002, 11:25
haml
 
Fecha de Ingreso: febrero-2002
Mensajes: 6
Antigüedad: 23 años, 2 meses
Puntos: 0
Re: Password

mira a lo mejor te puede servir esto:
<html>
<head>
<title>clave acceso</title>
</head>

<body>
<SCRIPT>
function acceso(){
window.location = document.formclave.clave.value + ".html"
}
</SCRIPT>

<FORM name=formclave>
<INPUT type=text name=clave>
<INPUT type=button value=Acceder onclick="acceso()">
</FORM>

</body>
</html>

Nota:Tambien lo puedes encontrar en:
http://www.desarrolloweb.com/articulos