File: example-Frameset.htm

package info (click to toggle)
jscropperui 1.2.1-2
  • links: PTS, VCS
  • area: main
  • in suites: squeeze
  • size: 356 kB
  • ctags: 17
  • sloc: makefile: 6
file content (14 lines) | stat: -rw-r--r-- 499 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Frameset//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-frameset.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
<head>
<title>Testing basic example in frame</title>
</head>
<frameset rows="10%,90%">
   <noframes>
      To be viewed properly, this page requires frames.
   </noframes>
   <frame src="example-Frameset-TopFrame.htm" />
   <frame src="example-Basic.htm" />
</frameset>
</html>