From Htmlpedia
The frameset tag is obselete, it is now replaced by iframes
Example:
<frameset rows="50%,*">
<frame src="some_page.html">
<frame src="another_page.html">
</frameset>
The Framesset Tag is one of the few tags which can exist Outside of the [[HTML_html|html] tag.
You can nest framesets withing framesets.
Barrycarlyon 11:45, 27 March 2007 (CEST)
