Coding With Fun
Home Docker Django Node.js Articles Python pip guide FAQ Policy

HTML DOM Frameset object


May 06, 2021 JavaScript with HTML DOM Reference book


Table of contents


HTML DOM Frameset object


Frameset object

Frameset objects represent HTML frame sets.

Html frameset elements have two or more frame elements. E ach frame element has a separate file. /p>

The HTML frameset element specifies that the frame set has only a few rows or columns.


Frameset object properties

W3C: W3C standard.

Attributes describe W3C
cols Set or return the number of columns in the frameset. Yes
rows Set or return the number of frames in the frame. Yes

Frameset object event

event describe W3C
onload The script is executed immediately after the page load is completed. Yes

Standard properties and events

Frameset objects also support standard properties and events.