La sto costuendo, non è on-line. Comunque se scrivo:
codice:
onload = funzione() { 
x = document.getElementById('mioDIV').offsetHeight;
alert("Valore di x è:" + x);
}
Non restituisce niente..... perchè?