lazarus-ccr/components/thtmlport/sample1.htm
2009-11-08 22:47:15 +00:00

16 lines
342 B
HTML

<head>
<title>Sample HTML file</title>
</head>
<frameset rows="125,4,*">
<frame src="sample2.htm" name="Top" >
<frame src="space.htm" scrolling="no">
<frame src="sample3.htm" name="Bot">
<noframes>
<center><h1>Frame Alert</h1>
This document is designed to be viewed with a Frame viewer. </center>
</noframes>
</frameset>