03/10/2005, 09:19
|
| Moderador extraterrestre | | Fecha de Ingreso: diciembre-2001 Ubicación: Madrid
Mensajes: 6.987
Antigüedad: 23 años, 1 mes Puntos: 61 | |
Prueba con:
<input name="seleccion1[]" onclick="this.form['seleccion2[]'].checked=this.checked" type="checkbox" id="seleccion1[]" value="<? echo $row['codcuenta']; ?>">
<input name="seleccion2[]" onclick="this.form['seleccion1[]'].checked=this.checked" type="checkbox" id="seleccion2[]" value="<? echo $row['tasa']; ?>">
__________________ Cómo escribir
No hay pregunta tonta, sino tonto que quiere seguir en la ignorancia. |