Previous Chapter's Examples-|-Next Example-|-Return to Chapter Listing

Example 16.1:
Creating Frames with HTML


This is file 16-1a.htm



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