Fai prima usando la proprietą style:
codice:
window.onload = function() {
  document.getElementById("pippo").style.height = document.body.offsetHeight + 'px';
}