home *** CD-ROM | disk | FTP | other *** search
- HTML Source Box #1
- Source for document top.htm
- <HTML>
- <TITLE>Frames - Example</TITLE>
- <FRAMESET Rows = 20%,80%>
- <NOFRAMES>
- This page uses Frames and is best viewed in Netscape 2.0 or later.<BR>
- </NOFRAMES>
- <FRAME SRC = logo.htm NORESIZE SCROLLING = No>
- <FRAME SRC = bottom.htm NORESIZE SCROLLING = No>
- </FRAMESET>
- </HTML>
- Source for document bottom.htm
- <HTML>
- <FRAMESET COLS = 150,*>
- <FRAME SRC = "pgindex.htm">
- <FRAME SRC = "pgdata.htm" Name="data">
- </FRAMESET>
- </HTML>
- Source Box #2
- Source for logo.htm
- <HTML>
- <BODY>
- This file will contain the company logo.
- </BODY>
- </HTML>
- Source for pgindex.htm
- <HTML>
- <BODY>
- <H3>Index</H3>
- <A HREF="noframes.htm" TARGET = _top>No frames</A><br>
- <A HREF="pgsindex.htm">More...</A>
- </BODY>
- </HTML>
- Source for pgdata.htm
- <HTML>
- <BODY>
- <H3>General opening information page</H3>
- </BODY>
- </HTML>
- Source for noframes.htm
- <HTML>
- <BODY>
- <H3>No Frames</H3>
- This is a no frames version.<p>
- Enter links in here...<p>
- <A HREF = "top.htm">Click here</a> for a frames version
- </BODY>
- </HTML>
- Source for pgsindex.htm
- <HTML>
- <BODY>
- <H3>Sub Index</H3>
- <A HREF="pgdata2.htm" TARGET="data" >Page 2</A><br>
- <A HREF="pgdata3.htm" TARGET="data">Page 3</A><br>
- <A HREF="pgindex.htm">Back</A><br>
- </BODY>
- </HTML>
- Source for pgdata2.htm
- <HTML>
- <BODY>
- <H3>Page 2</H3>
- </BODY>
- </HTML>
- Source for pgdata3.htm
- <HTML>
- <BODY>
- <H3>Page 3</H3>
- </BODY>
- </HTML>
-
-