Cita:
Iniciado por focesar Este es un ejemplo de como debe de crearse el frame o en tu caso la layer, recordando que lleve name="XXXXXX"
<iframe name="mainFrame" src="html/home.htm" scrolling="auto" frameborder="0" height="650" width="750" target="mainframe">
luego en el link pones:
<a target="mainFrame" href="html/indiceMC.htm" title="Manual de la Calidad">Manual de la Calidad</a>
y listo!!!!!!!!!!!!!!
Quedo delicioso!!!!!!!!!!!!!!!!!!!!!!!!
<html>
<head>
<title>Documento sin título</title>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
</head>
<body>
<div id="Layer1" name="Layer1" style="position:absolute; left:240px; top:41px; width:631px; height:324px; z-index:1; background-color: #CCCCCC; layer-background-color: #CCCCCC; border: 1px none #000000;"></div>
<a href="forma.htm" target="Layer1">cargar</a>
</body>
</html>