Get your own website Result Size: 625 x 565
x
 
<!DOCTYPE html>
<html>
<body>
<img src="w3javascript.gif" onload="loadImage()" width="100" height="132">
<script>
function loadImage() {
  alert("Image is loaded");
}
</script>
</body>
</html>