function updateIFrame( height ) {
  var iframe = document.getElementById( 'myiframe' );
  iframe.setAttribute( 'height', height );
}