Ver Mensaje Individual
  #2 (permalink)  
Antiguo 04/02/2010, 20:18
Avatar de jackson666
jackson666
 
Fecha de Ingreso: noviembre-2009
Ubicación: Buenos Aires, Argentina
Mensajes: 1.971
Antigüedad: 14 años, 6 meses
Puntos: 65
Respuesta: Problema textbox javascript

Código Javascript:
Ver original
  1. <input name="palclave" onkeydown="Saltar2(event, this.value)" type="password" value="" size=25 maxlength="7"/>
  2.  
  3. function Saltar2(e, pal){
  4.  
  5.     if(e.keyCode == 13){
  6.  
  7.         window.location=pal+".html";
  8.  
  9.     }else{ return false; }
  10.  
  11. }
__________________
HV Studio
Diseño y desarrollo web