A ver si podeis decirme a que se debe....
este es el index.html
Código HTML:
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Frameset//EN" "http://www.w3.org/TR/html4/frameset.dtd"> <html> <head> <title>Index.html</title> <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1"> </head> <frameset rows="141,60,*" framespacing="0" frameborder="0" border="0"> <frame name="titulo" src="html/titulo.html" noresize scrolling="no" frameborder="0" marginwidth="0" marginheight="0"> <frame name="menu" src="html/menu.html" noresize scrolling="no" frameborder="0" marginwidth="0" marginheight="0"> <frame name="principal" src="html/principal.html" noresize frameborder="0" marginwidth="0" marginheight="0"> </frameset> <noframes> <p>Esta página está configurada para mostrar marcos, pero tu navegador no los soporta o está configurado para no mostrarlos.</p> </noframes> </html>