File: frames.htm

package info (click to toggle)
php-doc 20081024-1
  • links: PTS
  • area: main
  • in suites: lenny
  • size: 57,752 kB
  • ctags: 3,858
  • sloc: xml: 686,554; php: 19,446; perl: 610; cpp: 500; makefile: 336; sh: 114; awk: 28
file content (19 lines) | stat: -rw-r--r-- 476 bytes parent folder | download | duplicates (10)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
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>