Tema
:
¿Cómo contar input type="text"?
Ver Mensaje Individual
#
5
(
permalink
)
11/10/2010, 14:15
_cronos2
Colaborador
Fecha de Ingreso: junio-2010
Mensajes: 2.062
Antigüedad: 15 años
Puntos: 310
Respuesta: ¿Cómo contar input type="text"?
Prueba con:
Código Javascript
:
Ver original
if
(
elInput.
type
==
'text'
)
{
alert
(
'input type="text"'
)
;
}
Saludos (:
__________________
" Getting older’s not been on my plans
but it’s never late, it’s never late enough for me to stay. "
Cigarettes - Russian Red
_cronos2
Ver Perfil
Buscar todos los Mensajes de _cronos2