var file = "/1.jpg"; var img = document.createElement("img"); img.onload=function(){alert(this.width+':'+this.height)}; img.src = file;