HI!
img = new Image;
img.onload = function()
{
alert('Das Bild: ' + this.src
- '\nhat die Maße: ' + this.width +'x'+ this.height
}
img.src = 'bla.jpg';
Welche Browser akzeptieren denn ein img.onload? lt http://de.selfhtml.org/javascript/sprache/eventhandler.htm#onload isdt der Eventhandler doch nur für body und frameset erlaubt.
Gruß aus Iserlohn
Martin