x
 
<!DOCTYPE html>
<html>
<head>
<script>
function loadImage()
{
alert("Image is loaded");
}
</script>
</head>
<body>
<img src="beyamooz_logo.png" onload="loadImage()"/>
</body>
</html>
            
×

Report a Problem: