Ver Mensaje Individual
  #3 (permalink)  
Antiguo 28/12/2005, 17:47
Avatar de jzginez
jzginez
 
Fecha de Ingreso: julio-2005
Ubicación: Puebla, México
Mensajes: 49
Antigüedad: 18 años, 9 meses
Puntos: 0
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