- <HTML>
- <HEAD>
- <TITLE>Nested Hierarchy</TITLE>
- </HEAD>
- <FRAMESET COLS="150,*">
- <FRAME NAME="left"
SCROLLING="no" NORESIZE TARGET="rtop">
- <FRAMESET ROWS="20%,*">
- <FRAME NAME="rtop"
TARGET="rbottom">
- <FRAME NAME="rbottom">
- </FRAMESET>
- <NOFRAMES>
- <BODY>
- <P>This page uses frames, but
your browser doesn't support them.</P>
- </BODY>
- </NOFRAMES>
- </FRAMESET>
- </HTML>