Ver Mensaje Individual
  #4 (permalink)  
Antiguo 30/10/2006, 01:55
Jomer_zgz
 
Fecha de Ingreso: noviembre-2004
Mensajes: 125
Antigüedad: 20 años, 3 meses
Puntos: 0
Caricatos, desde luego, pero el problema esta en que aunque lo envie con get, no sale ninguna variable. Le he metido un campo oculto para comprobar, pero ni por esas... Curioso! Eso si, los checkbox son generados con script.

Código:
<form id="frm_check" method="post" action="pagina.html">
	<input type="hidden" id="G51VAL" value="65987">
	<input type="hidden" id="1" value="">
	<script language="javascript">
		for (i=0;i<datos.length;i++) { 
  			document.write("<input type='checkbox' id="+variables[i]+" value="+"'"+variables[i]+"'"+"> "+datos[i]+"<br>");
		}
  	document.write("</select>");
  	</script>
	<br><input type="submit" class="WG513" value="Aceptar">
</form>