Hola, necesito saber algo y es que tengo un menú, en el primer frame, y deseo que cualquier link que presionen se presente en el segundo frame que es el principal, ya que en el tercero tengo el copyright.
este es mi codigo principal del index.html:
[PHP]<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Frameset//EN" "http://www.w3.org/TR/html4/frameset.dtd">
<html>
<head>
<title>Untitled Document</title>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
</head>
<frameset rows="80,*,80" frameborder="NO" border="0" framespacing="0">
<frame src="header.html" name="topFrame" scrolling="NO" noresize >
Aqui es que tenbgo el problema porque siempre va a tener el archivo que le ponga, y lo que quiero es que presente lo que yo desee
<frame src="ARCHIVO QUE LE PONGA" name="mainFrame">
<frame src="footer.html" name="bottomFrame" scrolling="NO" noresize>
</frameset>
<noframes><body>
</body></noframes>
</html>
e