Ver Mensaje Individual
  #3 (permalink)  
Antiguo 22/11/2008, 06:02
guallox
 
Fecha de Ingreso: noviembre-2008
Mensajes: 154
Antigüedad: 16 años
Puntos: 2
Respuesta: ayuda con input type=checkbox??

gracias, solucionado
Con la primera,por si te srve de algo aunk hice una pekeña modificacion:

Código HTML:
<input type="checkbox" name="arrastrame_no" onClick="if (this.checked) {document.getElementById('calc').className='';} else {document.getElementById('calc').className='drag';}"> 
muchas gracias