Yo de nuevo
Estube revisando el code que me pasaste y lo entendí es esto dos paginas de incio
index.htm que la actual y que contiene los frames del sitio que es esta forma
Código:
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=windows-1252">
<meta name="GENERATOR" content="Microsoft FrontPage 5.0">
<meta name="ProgId" content="FrontPage.Editor.Document">
<title>.:Grupo de Acción Forestal:.</title>
<script language="JavaScript">
var red = true
</script>
</head>
<frameset framespacing="0" border="0" frameborder="0" rows="78,*">
<frame name="titular" scrolling="no" noresize target="contenido" src="arribajs.htm" marginwidth="18" marginheight="2">
<frameset cols="171,583">
<frame name="contenido" target="principal" src="menujs.htm" marginwidth="18" marginheight="0" scrolling="no">
<frame name="principal" src="centro.htm" scrolling="auto" marginwidth="0" target="_self" marginheight="13">
</frameset>
<noframes>
<body>
<p>Esta página usa marcos, pero su explorador no los admite.</p>
</body>
</noframes>
</frameset>
</html>
e index2
Código:
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Frameset//EN" "http://www.w3.org/TR/html4/frameset.dtd">
<html>
<head>
<title>.:Grupo de Acción Forestal:.</title><meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
</head>
<frameset cols="*,800,*" frameborder="NO" border="0" framespacing="0">
<frame src="lateral.htm" name="izq" frameborder="no" scrolling="NO" noresize marginwidth="0" marginheight="0" id="izq">
<frame src="index2.htm" name="centro" noresize marginwidth="0" marginheight="0">
<frame src="lateral.htm" name="der" frameborder="no" scrolling="no" noresize marginwidth="0" marginheight="0" id="der">
</frameset>
<noframes><body>
</body></noframes>
</html>
que es la que contiene los "laterales"
Hasta aca nada nuevo cierto??
Mi duda es que en index dos no veo en ningun lado donde llama a menujs.htm ni a arribajs.htm ni a centro.htm
O no se donde van o no van en ese code.
Otra duda el sitio sería
www.gaf.cl/index2.htm o
www.gaf.cl/index.htm
Disculpa la ignorancia,pero llevo un tiempo alejado de todo lo que es diseño de webs, de hecho retome el sitio hace unos meses.
Saludos y espero piedad y paciencia en la respuesta .