File: counting_frameset.html

package info (click to toggle)
postfixadmin 2.3.5-2%2Bdeb7u1
  • links: PTS, VCS
  • area: main
  • in suites: wheezy
  • size: 6,200 kB
  • sloc: php: 25,767; xml: 14,485; perl: 964; sh: 664; python: 169; makefile: 84
file content (10 lines) | stat: -rw-r--r-- 329 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
<html>
    <head><title>Frameset for testing of SimpleTest</title></head>
    <frameset rows="50%, *">
        <frame name="a" src="cookie_based_counter.php" />
        <frame name="b" src="cookie_based_counter.php" />
        <noframes>
            This content is for no frames only.
        </noframes>
    </frameset>
</html>