Ver Mensaje Individual
  #4 (permalink)  
Antiguo 24/06/2005, 11:29
Avatar de xknown
xknown
 
Fecha de Ingreso: diciembre-2004
Ubicación: Cusco - Perú
Mensajes: 2.248
Antigüedad: 20 años, 2 meses
Puntos: 7
Como había contestado en un mensaje anterior, se puede hacer más fácilmente con css:
Código:
<html>
<head>
<style type="text/css">
.mayus {
	text-transform: uppercase;	
}
</style>
</head>
<body>
<input type="text" class="mayus" />
</body>
</html>
Saludos
__________________
Alex Concha
Buayacorp - Programación y Diseño