var img = new Image(); img.onload = function() { alert('Loaded: '+img.src+' :: W = '+img.width+' :: H = '+img.height); } img.src = "http://javascript.ru/forum/images/smilies/smile.gif";