Easy Tutorial
❮ Dom Obj Blockquote Prop Url Form ❯

Frameset onload Event


Definition and Usage

The onload event is triggered after the page has finished loading.

Syntax

Parameter Description
JavaScriptCode Required. The JavaScript code to be executed after the event is triggered.

Browser Support

All major browsers support the onload event.


Example

Example

A message "Page is loaded" pops up after the frameset has finished loading:

❮ Dom Obj Blockquote Prop Url Form ❯