<!DOCTYPE html> <html> <body> <input type="image" onload="loadImage()" src="https://horje.com/uploads/category/2024-08-31-06-56-41-php_script.png" alt="Submit" width="48" height="48"> <script> function loadImage() { alert("Image is loaded"); } </script> </body> </html>