var img = new Image(); img.onload = function() { alert('load'); }; img.src = 'http://javascript.ru/forum/images/ca_serenity/misc/logo.gif';