Ver Mensaje Individual
  #4 (permalink)  
Antiguo 16/08/2006, 07:48
Avatar de tunait
tunait
Moderadora
 
Fecha de Ingreso: agosto-2001
Ubicación: Terok Nor
Mensajes: 16.805
Antigüedad: 23 años, 5 meses
Puntos: 381
Prueba así a ver qué dicen
Código:
function verCuestionarios()
{
	var riesgoID = document.form1.riesgo.value;
	document.frameCuestionarios.location.href('pc_2_cuestionarios.php?ri_riesgoID='+riesgoID);
}