Tema
:
Borrar contenido de campo de introduccion de texto
Ver Mensaje Individual
#
2
(
permalink
)
10/10/2006, 09:43
bernethe
Fecha de Ingreso: abril-2004
Ubicación: San José, Costa Rica
Mensajes: 384
Antigüedad: 20 años, 7 meses
Puntos: 2
Ponle nombre de instancia al campo de texto, por ejemplo
thename_txt
, y pones el siguiente código en el frame de acciones:
Código:
thename_txt.
onSetFocus
=
function
() { if(thename_txt.
text
==
"Nombre"
) { thename_txt.
text
=
""
; } }
__________________
..::BERNETHE::..
bernethe
Ver Perfil
¡Visita mi Sitio!
Buscar todos los Mensajes de bernethe