You are on page 1of 1

<html>

<head>

<title>frames</title>
</head>

<frameset rows="80,*" cols="*" frameborder="yes" border="1" framespacing="0">


<frame src="top.html" name="topFrame" scrolling="NO" noresize>
<frameset cols="80,*" frameborder="yes" border="1" framespacing="0">
<frame src="menu.html" name="leftFrame" scrolling="NO" noresize">
<frame src="main.html" name="mainFrame">
</frameset>
</frameset>
<body>
</body>
</html>

You might also like