Home Articles FAQs XREF Games Software Instant Books BBS About FOLDOC RFCs Feedback Sitemap
irt.Org
#

Q524 Where can I get more information regarding "hidden frames" is there any site where I can get more information?

You are here: irt.org | FAQ | JavaScript | Frame | Q524 [ previous next ]

Using:

<frameset rows="100%,*">
<frame src="apage.html">
<frame src="bpage.html">
</frameset>

The second frame is hidden, because the first frame takes up 100% of the available space, the second frame takes up whatever is left, i.e. * means whatever is left over after all the other frames have taken their space give it to me.

There is a frames tutorial at http://junior.apk.net/~jbarta/tutor/frames/index.html

©2018 Martin Webb