codice:
   var img = new Image( );
  img.src = "http://www.immagini.ciao/immagine.gif";

  alert( "Dimensione: " + img.fileSize + " bytes." );