Tema: que hago mal
Ver Mensaje Individual
  #5 (permalink)  
Antiguo 01/07/2003, 07:18
Avatar de tunait
tunait
Moderadora
 
Fecha de Ingreso: agosto-2001
Ubicación: Terok Nor
Mensajes: 16.805
Antigüedad: 22 años, 8 meses
Puntos: 381
´Pues he sacado todos los subguiones (substituyéndolos por un espacio en blanco) y en IExplorer 5.0 ha funcionado a las mil maravillas

function contar(texto,e,num, num2){
if(event.keyCode==13){
return false;}
if(texto.length > num){
if(navigator.appName=="Netscape")tecla=e.which
else tecla = e.keyCode
if (tecla != num2) return false
}

return true

}