<html> <head> <script type="text/javascript"> function message() { alert("This alert box was called with the onload event"); } </script> </head> <body onload="message()"> </body> </html>
Your Result:
Edit the code above and click to see the result.
W3Schools.com
- Try it yourself