File: HTMLParserTestFrames.html

package info (click to toggle)
jakarta-jmeter 2.13-5
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, forky, sid, trixie
  • size: 37,012 kB
  • sloc: java: 111,079; xml: 23,401; sh: 118; makefile: 49; jsp: 18
file content (23 lines) | stat: -rw-r--r-- 979 bytes parent folder | download | duplicates (8)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
<!doctype html public "-//w3c//dtd html 4.0 transitional//en">
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<title>Main Page</title>

<LINK REL="shortcut icon" HREF="http://www.eclipse.org/images/eclipse.ico" TYPE="image/x-icon">
</head>
<frameset rows="48,*" frameborder=0 framespacing=0 border="0"> 
  <frame name="banner" scrolling="no" noresize target="home" 
                          src="banner.html"  marginwidth="0" marginheight="0" frameborder="NO">
  <frameset cols="126,*" frameborder=0 framespacing=0 border="0"> 
    <frame name="nav" scrolling="no" noresize target="main" 
                          src="home_nav1.html"  marginwidth="0" marginheight="0" frameborder="NO">
    <frame name="main" marginwidth=10 marginheight=10 noresize frameborder="NO" src="main.html">

  </frameset>
  <noframes> 
  <body>
  <p>This page uses frames, but your browser doesn't support them.</p>
  </body>
  </noframes> </frameset>
</html>