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

Q1700 How can I create a single frame frameset?

You are here: irt.org | FAQ | HTML | Q1700 [ previous next ]

Try:

<html>

<frameset rows="100%,*">
<frame src="test.htm">
</frameset>

</html>

©2018 Martin Webb