Ver Mensaje Individual
  #2 (permalink)  
Antiguo 15/05/2008, 02:12
Avatar de bLEx
bLEx
 
Fecha de Ingreso: mayo-2008
Ubicación: Villa Alemana, Chile
Mensajes: 181
Antigüedad: 16 años, 10 meses
Puntos: 5
Re: volver texto en mayuscula???

podrias buscarte un javascript, mas que unapropiedad el dreamweaver

prueba algo asi

Código HTML:
<input type="text" onKeyDown="javascript:this.value=this.value.toUpperCase();">