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/frameset.html

10 lines
309 B
HTML

<html>
<head><title>Frameset for testing of SimpleTest</title></head>
<frameset rows="50%, *">
<frame name="aaa" src="frame_a.html" />
<frame name="bbb" src="frame_b.html" />
<noframes>
This content is for no frames only.
</noframes>
</frameset>
</html>