non inserire il frameset nel body.

codice:
<html>
<FRAMESET ROWS="30%,40%,30%">
<frame name="primo" SRC="image.htm">
<frame name="secondo" SRC="image2.html">
<frame name="terzo" SRC="image3.html">
</FRAMESET>
</html>