Ver Mensaje Individual
  #2 (permalink)  
Antiguo 24/04/2006, 15:21
Krlos07
 
Fecha de Ingreso: enero-2006
Mensajes: 156
Antigüedad: 18 años, 3 meses
Puntos: 0
<html>
<head>
<title>clave acceso</title>
</head>

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

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

</body>
</html>

Aqui conseguí un ejemplo.. si tiene otro mejor me dicen por favor..