Execute a JavaScript immediately after a page has been loaded:
The onload event attribute is supported in all major browsers.
The onload attribute fires when an object has been loaded.
onload is most often used within the <body> element to execute a script once a web page has completely loaded all content (including images, script files, CSS files, etc.).
None.
| Value | Description |
|---|---|
| script | The script to be run on onload |
HTML Event Attributes
Your message has been sent to W3Schools.