File: find_frame.html

package info (click to toggle)
libwww-mechanize-perl 1.73-2
  • links: PTS, VCS
  • area: main
  • in suites: jessie, jessie-kfreebsd
  • size: 668 kB
  • ctags: 143
  • sloc: perl: 3,360; makefile: 4
file content (9 lines) | stat: -rw-r--r-- 267 bytes parent folder | download | duplicates (9)
1
2
3
4
5
6
7
8
9
<html>
    <head>
        <title>find some frames</title>
    </head>
    <frameset rows="77,*" BORDER="0" frameborder="0">
        <frame id="top"    name="top"    src="bastro.html">
        <frame id="bottom" name="bottom" src="slint.html">
    </frameset>
</html>