Previous Example-|-Next Example-|-Return to Chapter Listing

Example 16.2:
More Complicated Frames


This is file 16-2a.htm



This is the entire contents of the 16-2.htm file that we used to create the frames: <HTML> <HEAD> <TITLE>Example 16.2</TITLE> </HEAD> <FRAMESET COLS="75%,25%"> <FRAME SRC="16-2a.htm"> <FRAMESET ROWS="50%,50%"> <FRAME SRC="16-2b.htm"> <FRAME SRC="16-2c.htm"> </FRAMESET> </FRAMESET> </HTML>
Previous Example-|-Next Example-|-Return to Chapter Listing