The Frameset object represents an HTML frameset.
The HTML frameset element holds two or more frame elements. Each frame element holds a separate document.
The HTML frameset element states only how many columns or rows there will be in the frameset.
Note: The Frameset object can also use the properties/methods of:
W3C: W3C Standard.
| Property | Description | W3C |
|---|---|---|
| cols | Sets or returns the value of the cols attribute in a frameset | Yes |
| rows | Sets or returns the value of the rows attribute in a frameset | Yes |
| Event | Description | W3C |
|---|---|---|
| onload | Script to be run immediately after a page is loaded | Yes |
The Frameset object also supports the standard properties and events.
Your message has been sent to W3Schools.