Ver Mensaje Individual
  #2 (permalink)  
Antiguo 09/02/2006, 16:01
Avatar de Saruman
Saruman
 
Fecha de Ingreso: mayo-2003
Ubicación: Panama city, Panama, Panama
Mensajes: 1.154
Antigüedad: 21 años
Puntos: 5
Código PHP:
function CheckBox(obj) {
   if (
obj.checked == true)
       
alert("esta chuleado");
   else
       
alert("no esta chuleado");

Código HTML:
<input type="checkbox" onclick="CheckBox(this)" value="1"> 
saludos
__________________
Saruman

One Ring to rule them all, One Ring to find them, One Ring to bring them all and in the darkness bind them.