',2); if (p3[0] && p3[0]!='') { eval(p3[0]); texto=p1[0]+p3[1]; texto=rescatar_script(texto); } } return texto; } function ejecutarAjax(datos,objeto) { misDatos = datos[0]; miObjeto = objeto[0]; datos.shift(); objeto.shift(); if (miObjeto != false) { divResultado = document.getElementById(miObjeto); } ajax = objetoAjax(); ajax.open('GET', misDatos); ajax.onreadystatechange=function() { if (ajax.readyState==4) { if (ajax.responseText != '-1') { texto=rescatar_script(ajax.responseText); if (miObjeto != false) { divResultado.innerHTML = texto; } } else if (ajax.responseText == '-1') { if (miObjeto != false) { divResultado.parentNode.removeChild(divResultado); } } ajax = null; if (datos.length > 0) { ejecutarAjax(datos,objeto); } } } ajax.send(null); } var intPop function popup(mensaje,cierre) { var aviso = document.getElementById('avisos'); aviso.style.display= 'block'; if (window.innerHeight){ //navegadores basados en mozilla var anchura = window.innerWidth; var altura = window.innerHeight; } else if (document.body.clientHeight){ //Navegadores basados en IExplorer, es que no tengo innerheight var anchura = document.body.clientWidth; var altura = document.body.clientHeight; } var xScroll = window.pageXOffset; var yScroll = window.pageYOffset; aviso.style.top = (((altura - aviso.offsetHeight) / 2) + yScroll) + 'px'; aviso.style.left = (((anchura - aviso.offsetWidth) / 2) + xScroll) + 'px'; aviso.innerHTML = mensaje; if (cierre > 0) { intPop = setInterval('cerrarPopup()',cierre); } } function cerrarPopup() { var aviso = document.getElementById('avisos'); aviso.style.display= 'none'; aviso.style.top = '0px'; aviso.style.left = '0px'; aviso.innerHTML = ''; clearInterval(intPop); }
En el enlace asociado a la noticia se relacionan los textos para todas nuestras enseñanzas el curso 2024-2025. Algunas materias no requieren textos, utilizan recursos propios de los Departamentos. En la mayor parte de los casos (ESO) los textos proceden del Programa de Gratuidad Regional de Libros de Texto (Banco de Libros). Cualquier duda, durante este mes de julio, preguntar a la Directiva en el Instituto. Feliz verano a tod@s.