Ver Mensaje Individual
  #7 (permalink)  
Antiguo 02/11/2005, 02:37
Avatar de caricatos
caricatos
Moderador
 
Fecha de Ingreso: abril-2002
Ubicación: Torremolinos (Málaga)
Mensajes: 19.607
Antigüedad: 22 años, 1 mes
Puntos: 1284
Hola:

Aunque no sea una solución que me guste, fíjate en el siguiente código:

Código:
<html>
<body >
<form>
<input type="text" onfocus="temp1 = this.value; this.value = ''; setTimeout('document.forms[0][0].value = temp1', 10)" />
<input type="text" onfocus="temp2 = this.value; this.value = ''; setTimeout('document.forms[0][1].value = temp2', 10)" />
<input type="text" onfocus="temp3 = this.value; this.value = ''; setTimeout('document.forms[0][2].value = temp3', 10)" />
</form>
</body>
</html>
Saludos
__________________
Por favor:
No hagan preguntas de temas de foros en mensajes privados... no las respondo