Ver Mensaje Individual
  #11 (permalink)  
Antiguo 17/06/2003, 05:59
sputnik
 
Fecha de Ingreso: junio-2003
Mensajes: 16
Antigüedad: 20 años, 11 meses
Puntos: 0
Ok, el código que utilizo es éste:

<script language="Javascript" type="text/javascript">
function CargaIframes()
{
window.frames["indice"].location.href="/Menu/menu_fund.htm";
window.frames["contenido"].location.href="/Fundamentos/Conceptos previos.htm";
}
</script>
<html>
<head>
<title>MATLAB y control autom&aacute;tico de sistemas</title>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
</head>
<body bgcolor="#FFFFFF" text="#000000" leftmargin="0" topmargin="0" marginwidth="0" marginheight="0">
<table size=100% border="0" cellpadding="0" cellspacing="0">
<tr>
<td width="166" height="161" valign="top"><img src="Imagenes/logo.jpg" width="166" height="161" usemap="#Map" border="0"></td>
<td width="838" valign="top"><iframe id=indice2 name="indice" width="838" height="161" scrolling="Default" frameborder="0" src="cabecera.htm" ></iframe></td>
</tr>
<tr>
<td valign="top" height="465"><img src="Imagenes/menuprincipal.gif" width="166" height="465" usemap="#Map2" border="0"></td>
<td valign="top"><iframe id=contenido2 name="contenido" width="838" scrolling="Default" frameborder="0" height="465" src="Principal.htm" ></iframe></td>
</tr>
</table>
<map name="Map">
<area shape="poly" coords="143,13,122,18" href="#">
<area shape="poly" coords="137,11,126,13,115,21,111,29,111,34,109,38, 103,37,98,29,93,32,85,38,75,45,68,49,64,52,60,43,5 5,42,41,50,6,70,11,78,17,82,27,90,41,95,49,99,60,1 02,68,101,77,97,91,96,106,98,115,97,125,98,139,99, 148,98,154,99,156,86,154,72,152,65,143,65,140,64,1 31,66,127,65,126,60,124,55,122,52,133,55,137,54,14 4,55,150,50,157,46,159,38,159,26,155,19,148,13" href="Principal.htm" target="contenido" alt="El matlab y el control autom&aacute;tico" title="El matlab y el control autom&aacute;tico">
</map>
<map name="Map2">
<area shape="rect" coords="36,23,132,66" href="#" title="Bloque I: Fundamentos Matem&aacute;ticos" value="Cargar" onClick="CargaIframes();">
</map>
</body>
</html>

no entiendo pq no funciona