22/09/2003, 01:13
|
| | | Fecha de Ingreso: marzo-2003 Ubicación: Eibar (Gipuzkoa)
Mensajes: 455
Antigüedad: 21 años, 8 meses Puntos: 2 | |
Puedes utilizar javascript para darle esa funcionalidad:
<input type="text" name="myText" onFocus="this.blur()">
ó el atributo DISABLED de HTML
<input type="text" name="myText" DISABLED>
Un saludo
Txarly
__________________ ¿Por qué Uri Geller doblaba cucharas? |