summaryrefslogtreecommitdiff
path: root/frames/frames.htm
diff options
context:
space:
mode:
Diffstat (limited to 'frames/frames.htm')
-rw-r--r--frames/frames.htm19
1 files changed, 19 insertions, 0 deletions
diff --git a/frames/frames.htm b/frames/frames.htm
new file mode 100644
index 0000000..85a607a
--- /dev/null
+++ b/frames/frames.htm
@@ -0,0 +1,19 @@
+<html>
+<head>
+<title>Frames Example</title>
+<LINK REL="STYLESHEET" TYPE="text/css" HREF="docbook.css">
+</head>
+<frameset COLS="20%,*">
+ <frame SRC="toc.htm" NAME="TOC">
+ <frameset ROWS="*,25">
+ <frame SRC="book1.htm" NAME="BODY">
+ <frame SRC="navbar.htm" NAME="NAV" frameborder="no"
+ marginheight=0 marginwidth=10 scrolling="no" >
+ </frameset>
+<noframes>
+<body>
+Your browser does not support frames.
+</body>
+</noframes>
+</frameset>
+</html> \ No newline at end of file