Ver Mensaje Individual
  #2 (permalink)  
Antiguo 26/09/2005, 14:01
Avatar de Saruman
Saruman
 
Fecha de Ingreso: mayo-2003
Ubicación: Panama city, Panama, Panama
Mensajes: 1.154
Antigüedad: 21 años, 9 meses
Puntos: 5
aquí esta:

Código HTML:
<script language="javascript">
 function Acentos(e) {
  var charCode
 
  charCode = e.keyCode 
  if (charCode >= 192 && charCode <= 255) {
   return false
  }
  return true
 }
</script>
<input type="text" name="textfield" onKeyPress="return Acentos(event)"> 
pd. me faltó validarle la tilde (´)... pero con el link que te dejo a continuación puedes buscarlo y ponerlo... allí están todos los valores para cada caracter.

saludos

http://ascii.cl/htmlcodes.htm
__________________
Saruman

One Ring to rule them all, One Ring to find them, One Ring to bring them all and in the darkness bind them.