topical media & game development

talk show tell print

basic-web-html-06-ch06-eg05.htm / htm



  <?xml version="1.0" encoding="iso-8859-1"?>
  <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Frameset//EN"
    "http://www.w3.org/TR/xhtml1/DTD/xhtml1-frameset.dtd">
  <html>
  <head>
    <title>Frames example</title>
  </head>
  
  <frameset rows="150, *, 100" framespacing="25">
      <frame src="basic-web-html-06-frames-top-frame.htm" />
      <frame src="basic-web-html-06-frames-main-frame.htm" />
      <frame src="basic-web-html-06-frames-bottom-frame.htm" />
    <noframes><body>This site makes uses of a technology called frames. Unfortunately
     the browser you are using does not support this technology. We recommend that
     you update your browser. We apologize for any inconvenience this causes.
     </body></noframes>
  </frameset>
  
  </html>
  


(C) Æliens 21/08/2009

You may not copy or print any of this material without explicit permission of the author or the publisher. In case of other copyright issues, contact the author.