Foton från Hav och Samhälle 2014
function
iFrameHeight() { if(document.getElementById &&
!(document.all)) { h =
document.getElementById('main').contentDocument.body.scrollHeight;
document.getElementById('main').style.height = h 100; }
else if(document.all) { h =
document.frames('main').document.body.scrollHeight;
document.all.main.style.height = h 100; } }