<frameset>
HTML DOM Frameset object
Frameset object
A Frameset object represents an HTML frameset.
The HTML frameset element has two or more frame elements. Each frame element has a separate file.
The HTML frameset element specifies that the frameset has only a few rows or columns.
Frameset Object Attributes
W3C: W3C standard.
Attribute | Description | W3C |
---|---|---|
cols | Sets or returns the number of columns in the frameset. | Yes |
rows | Sets or returns the number of rows in the frameset. | Yes |
Frameset object events
Event | Description | W3C |
---|---|---|
onload | Executes the script as soon as the page loads. | Yes |
Standard Properties and Events
Frameset objects also support standard properties and events .