row3.html (name="display")

<html>
<head><title>Row 3</title></head>
<target="_top">

<body bgcolor="#000055" text="#ffffff">

Information and photo of the flower appears
in this frame.

</body>
</html>

Return to Tutorial
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<frameset> for Template No. 3


<html>
<head><title>Template No. 3</title></head>
<frameset rows="60,40,*">
<frame name="header" src="/templates/row1.html" scrolling="no"
noresize>
<frame name="list" src="/templates/row2.html" scrolling="auto"
noresize>
<frame name="display" src="/templates/row3.html" scrolling="auto"
noresize>
</frameset>

<noframes>
<body>
Sorry! To view this page requires a frames capable browser.
</body>
</noframes>
</html>