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>