Amigo Ludovico no funciono tu consego, no se si seha porque los frames los tengo declarados en una pagina que se llama index.html con el siguiente código
Código HTML:
<html>
<head>
<title>Eikou motos</title>
<meta name="GENERATOR" content="Quanta Plus">
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<LINK rel="Moto" HREF="imagenes/mcycle14.ico">
</head>
<FRAMESET ROWS="42%,58%" border= 1>
<FRAME NAME="menu" SRC="menu.html" title = "Menu">
<FRAME NAME="reportes" SRC="presentacion.html" title = "Reportes">
<NOFRAMES>
<BODY>
<H1>Table of Contents</H1>
<UL>
<LI>
<A HREF="menu.html">Menu principal</A>
(<A HREF="reportes.html">Caption</A>)
</LI>
</UL>
</BODY>
</NOFRAMES>
</FRAMESET>
</html>
y no en la de menu.html que es la del código que expuse anteriormente