Accedi ai Grafici sulla qualità dell'aria negli ultimi 30 giorni. function setIframe(h) { var theIframe = document.getElementById? document.getElementById('ifrm'): document.all? document.all['ifrm']: null; if (theIframe) { viewport.getWinHeight(); // both theIframe.height and theIframe.style.height seem to work theIframe.style.height = Math.round( h * viewport.height ) + "px"; theIframe.style.marginTop = 0 + "px"; // theIframe.style.marginTop = Math.round( (viewport.height - parseInt(theIframe.style.height) )/2 ) + "px"; } } // for sizing and positioning the iframe in the window // .5 for height="50%" setIframe(.99); window.onresize = function() { setIframe(.99) }
* Campi obbligatori