You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
postfixadmin/tests/simpletest/test/site/counting_frameset.html

10 lines
329 B
HTML

<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>