topical media & game development
basic-web-html-06-ch06-eg07.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="*, 300, *">
<frame src="basic-web-html-06-frames-top-frame.htm" />
<frameset cols="*, 400, *">
<frame src="basic-web-html-06-frames-blank.htm" />
<frame src="basic-web-html-06-frames-main-frame.htm" />
<frame src="basic-web-html-06-frames-blank.htm" />
</frameset>
<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.