');
mywindow.document.close(); //Necessary for IE >= 10
mywindow.focus(); //Necessary for IE >= 10*/
mywindow.print();
mywindow.close();
return true;
}
/*
function realizaProcesoNoColegiadoGratuito(){ //Funciona
var parametros = {
"logueado" : "false",
"idCurso" :document.getElementById("idCurso").value,
"nombreCurso":document.getElementById("nombreCurso").value,
"nombre":document.getElementById("nombre").value,
"apellido1":document.getElementById("apellido1").value,
"apellido2":document.getElementById("apellido2").value,
"email":document.getElementById("email").value,
"dni":document.getElementById("dni").value,
"telefono":document.getElementById("telefono").value,
"tipoDeVia":document.getElementById("tipovia").value,
"direccion":document.getElementById("direccion").value,
"cpPoblacion":document.getElementById("cp").value,
"observaciones":document.getElementById("observaciones").value
};
jQuery.ajax({
data: parametros,
url: '../wp-custom/forms/procesoInscripcion.php',
type: 'post',
success: function (response) {
alert(response);
switch(response){
case "0":
window.location.replace('https://' + window.location.hostname + window.location.pathname+"?pago=ok0");
break;
case "3":
window.location.replace('https://' + window.location.hostname + window.location.pathname+"?pago=ok3");
break;
case "4":
window.location.replace('https://' + window.location.hostname + window.location.pathname+"?pago=fail4");
break;
}
},
error: function() {
alert('ajax error');
}
});
}
function realizaProcesoColegiadoGratuito(){ //Revisar
var parametros = {
"logueado" : "true",
"idCursoCol":document.getElementById("idCursoCol").value,
"nombreCursoCol":document.getElementById("nombreCursoCol").value,
"numeroColegiado":document.getElementById("numeroColegiado").value,
"emailCol":document.getElementById("emailCol").value,
"observacionesCol": document.getElementById("observacionesCol").value
};
jQuery.ajax({
data: parametros,
url: '../wp-custom/forms/procesoInscripcion.php',
type: 'post',
success: function (response) {
switch(response){
case "0":
window.location.replace('https://' + window.location.hostname + window.location.pathname+"?pago=ok0");
break;
case "1":
window.location.replace('https://' + window.location.hostname + window.location.pathname+"?pago=ok1");
break;
case "2":
window.location.replace('https://' + window.location.hostname + window.location.pathname+"?pago=fail2");
break;
}
},
error: function() {
alert('ajax error');
}
});
}
*/
Warning: Invalid argument supplied for foreach() in /home/comv/public_html/webpruebas/wp-custom/forms/cursos-cas.php on line 531
Notice: Undefined property: stdClass::$detalleHTML in /home/comv/public_html/webpruebas/wp-custom/forms/cursos-cas.php on line 602
Warning: Invalid argument supplied for foreach() in /home/comv/public_html/webpruebas/wp-custom/forms/cursos-cas.php on line 531
Notice: Undefined property: stdClass::$detalleHTML in /home/comv/public_html/webpruebas/wp-custom/forms/cursos-cas.php on line 602
Warning: Invalid argument supplied for foreach() in /home/comv/public_html/webpruebas/wp-custom/forms/cursos-cas.php on line 531
Notice: Undefined property: stdClass::$plazasLibres in /home/comv/public_html/webpruebas/wp-custom/forms/cursos-cas.php on line 642
Actualmente no hay ningún curso disponible....