Tema
:
Pasando parametros
Ver Mensaje Individual
#
2
(
permalink
)
05/08/2004, 00:22
living
Fecha de Ingreso: mayo-2004
Mensajes: 1.266
Antigüedad: 20 años, 9 meses
Puntos: 2
<input type="checkbox" name="checkbox1" onclick="f_funcion(this)">
function f_funcion(check)
{
if (check.checked){
alert('apreto!');
}
}
__________________
¿Te apasiona el mundo del guión?
El portal del guión
living
Ver Perfil
¡Visita mi Sitio!
Buscar todos los Mensajes de living