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