DOM Frameset Object
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.
Properties
Property | Description |
---|---|
cols |
Sets or returns the value of the cols attribute in a frameset |
rows |
Sets or returns the value of the rows attribute in a frameset |
Events
Event | Description |
---|---|
onload |
Script to be run immediately after a page is loaded |
Standard Properties and Methods
This object also supports the standard properties and methods.
Standard Events
This object also supports the standard events.