Cita:
Iniciado por kalvinman al frame debes ponerle el nombre
<iframe name="mi-marco" ....></iframe>
<a target="mi-marco" ...>Vinculo</a>
Listo eso es todo. xd
ok mira te mostraré mi codigo..
esta es la pagina donde declaro mis frames.. ok?.. aqui establezco una pagina de apertura para cada uno...
Código:
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
<title>SIAP</title>
</head>
<frameset rows="150,294*" cols="*" framespacing="4" frameborder="yes" border="0" bordercolor="#C0DFFD">
<frame src="cabeza.html" name="topFrame" scrolling="NO" noresize >
<frameset rows="*" cols="274,*" framespacing="0" frameborder="NO" border="0">
<frame src="menu.php" name="leftFrame" scrolling="yes" noresize>
<frame src="cargando.php" name="mainFrame">
</frameset>
</frameset>
<noframes>
<body>
</body></noframes>
</html>
pero la pagina cargando.. no va ser la unica que quiera mostrar en mainFrame.. sale?..
bueno... entonces yo cuando le quiera picar a un link en el "menu" que esta en el frame="leftFrame"... quiero que me aparezca otra ... y cuando le pique a otro.. asi sucesivamente...
ahora te muestro el codigo del menu...
Código:
<body bgcolor="#E6F3FF">
<table border="0" cellspacing="0" cellpadding="0" width="257" id="menu1" bgcolor="#E6F3FF">
<td width="257" id="menu1"><a href="cuadrar_vista1.php" target="mainFrame">PLANEACIÓN</a></td>
</tr>
</table>
<table border="0" cellspacing="0" cellpadding="0" width="257" id="navigation" bgcolor="#E6F3FF">
<tr>
<td width="257"><a href="vaciar2.php" class="navText">Programa de Inversiones</a></td>
</tr>
</table>
<table border="0" cellspacing="0" cellpadding="0" width="257" id="menu1" bgcolor="#E6F3FF">
<tr>
<td width="257" id="menu1"><a href="javascript:;">PROGRAMACIÓN</a></td>
</tr>
</table>
solo es una parte y nada mas cambie el primer link... para hacer la prueba..