Ver Mensaje Individual
  #1 (permalink)  
Antiguo 02/06/2015, 09:33
Avatar de yoyo_38tuzo
yoyo_38tuzo
 
Fecha de Ingreso: febrero-2015
Mensajes: 44
Antigüedad: 9 años, 2 meses
Puntos: 0
Pasar variables por url

No puedo pasar estas variables por url, al momento de dar click en el boton no me hace nada, muchas gracias por la ayuda.

Código PHP:
Ver original
  1. <input type="button" class="button" name="rep_general" id="rep_general" value="REPORTE GENERAL" onclick="location.reload();location.href='frm_reportegeneral.php?opc=2&carrera='+document.getElementById('carrera').value&nivel='+document.getElementById('nivel').value"/>