1 | A document containing a <FRAMESET> tag must NOT have a <BODY> tag, and so typical HTML tags cannot appear in frameset documents |
2 | One needs a closing </FRAMESET> tag for each <FRAMESET>; no end tag is required for <FRAME> |
3 | A frameset document may contain a <SCRIPT> in its header. The properties and methods in the <SCRIPT> may be accessed by documents inside frames using top.property or top.method |
4 | Anything inside <NOFRAMES> ... </NOFRAMES> will be ignored by a frames-capable browser (such as Netscape 2.0 and above) or processed by a frames-impaired browser (such as Netscape 1.x) |