rofl. the code's a mess but this should work... and spend an hour or two and learn the basics!
Code:
<!-- title tag belongs in head tag -->
<head>
<title>title</title>
</head>
<FRAMESET rows="15%, 65%, 17%" border="0">
<frame src="headertop.php" name="mainFrame" scrolling="no" noresize target="midFrame">
<!-- you put framedpage.com... i'm assuming you meant .php -->
<!-- "verticle" is not a possible value for the attribute "scrolling," and besides, it's spelt "vertical" -->
<frame name="midFrame" src="framedpage.php" scrolling="auto" noresize target="_self">
<frame src="footerbottom.php" name="footerFrame" scrolling="no" noresize>
</frameset>
<noframes>
<body>
<p>This page uses frames, but your browser doesn't support them. <a href="framedpage.com">Click here to visit the link without frames</a></p>
</body>
</noframes>