Ver Mensaje Individual
  #15 (permalink)  
Antiguo 01/12/2008, 11:14
Avatar de hoberwilly
hoberwilly
 
Fecha de Ingreso: julio-2008
Ubicación: Lima - Perú
Mensajes: 769
Antigüedad: 16 años, 8 meses
Puntos: 2
Respuesta: Consulta...dos funciones - onsubmit

Hola estimados amigos, hice la prueba simulando la existencia de un solo submit para ver si el error era la funcion checked, de la sgte manera:

Código php:
Ver original
  1. <!-- <form onsubmit="return checked(this['seleccion[]'])"
  2. <input type="checkbox" name="seleccion[]" value="<?php echo $v['id']; ?>">
  3. <input type="submit" value="BORRAR"-->

y valida oka!!!!!, me podrian ayudar donde esta el error??????