HCI 201 Multimedia and the World Wide Web

Fall 1999 - Section 703 - Nesting Framesets


Example of nested framesets:

<HTML>
<HEAD>
    <TITLE>Nested Framesets Example</TITLE>
</HEAD>
<FRAMESET ROWS="100,*,125">
   <FRAME SRC="framcont/one.htm">
   <FRAMESET COLS="25%,*,2*,25%">
      <FRAME SRC="framcont/two.htm">
      <FRAME SRC="framcont/three.htm">
      <FRAMESET ROWS="*,*">
         <FRAME SRC="framcont/four.htm">
         <FRAME SRC="framcont/five.htm">
      </FRAMESET>
      <FRAME SRC="framcont/six.htm">
   </FRAMESET>
   <FRAME SRC="framcont/seven.htm">
</FRAMESET>
<NOFRAMES>Sorry, but your browser does not support frames.</NOFRAMES>
</HTML>

[see it]


Week 7
Previous | Next

Course Home | Announcements | Class Roster | Schedule | Syllabus