Ver Mensaje Individual
  #2 (permalink)  
Antiguo 09/03/2006, 20:37
Avatar de kschwartz
kschwartz
 
Fecha de Ingreso: enero-2006
Mensajes: 81
Antigüedad: 18 años, 3 meses
Puntos: 0
Javascript

Hola ...
Eso se hace con el javascript asi...

<input type="text" name="caps" size=40 value="" onChange="javascript:this.value=this.value.toUpper Case();">

Suerte