',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); }
Disponibles ya dos nuevas aulas para nuestros alumnos de 4º ESO. Por primera vez en su historia, este IES cuenta con 20 unidades, lo que inicialmente no estaba previsto en cuanto a espacio disponible. Máximo cuando compartimos instalaciones con las enseñanzas del CIFP HESPÉRIDES. Pronto nuestros alumnos de 4º ESO tendrán ya su aula de referencia.