home *** CD-ROM | disk | FTP | other *** search
/ Windows 95 Secrets / Secrets1.iso / Internet / HTMLEd / JMKHTML / templates / framesexample.tlp next >
Encoding:
Text File  |  1996-11-02  |  765 b   |  22 lines

  1. <!-- This HTML document was created using JMK HTML Author -->
  2. <!-- It's based on a template included with JMK HTML Author -->
  3. <HTML>
  4. <HEAD>
  5. <TITLE>Your title here</TITLE>
  6. </HEAD>
  7.  
  8. <BODY background="images/back.jpg" BGCOLOR=#AAAAAA TEXT=#FFFFFF>
  9.  
  10. <!-- What follows, is a frameset example -->
  11.  
  12. <FRAMESET ROWS="80%,20%">
  13. <!-- This will be the frame that will change when a link is followed. You must include in your anchor that the TARGET=TOP -->
  14. <FRAME SRC="top.htm" NAME="top" SCROLLING=YES>
  15.  
  16. <!-- This is the menu, where all links will be/ Chenge scrolling value, if you want -->
  17. <FRAME SRC="menu.htm" NAME="menu" SCROLLING=NO>
  18.  
  19. </FRAMESET>
  20. <NOFRAMES>
  21. <!-- If you continue writing, these will appear only in browsers that cannot read frames -->
  22.