home *** CD-ROM | disk | FTP | other *** search
- <!--Frames- A homepage in 2 horizontal sections where
- the main page changes with a push of a button.
-
- The key is the FRAMESET ROWS & FRAMESET COLS lines.
- manipulating these two will give you different sizes
- of sections by % of page.
-
- The "buttons.html" should be the name of the page that
- directs what is going to appear in the biggest section.
- "main.html" is the page that you want to appear
- first in that section until someone pushes a button
- that changes it.-->
-
- <FRAMESET ROWS="*,30%,70%">
-
- <FRAME SCROLLING="no" NAME="_blank" NORESIZE SRC="buttons.html">
-
- <FRAMESET COLS="100%,*">
-
- <FRAME SCROLLING="no" NAME="_blank" SRC="buttons.html">
-
- </FRAMESET>
-
- <FRAME SCROLLING="yes" NAME="2window" NORESIZE SRC="main.html">
-
- </FRAMESET>
-
-