Ver Mensaje Individual
  #8 (permalink)  
Antiguo 04/05/2004, 08:42
Avatar de adasilva
adasilva
 
Fecha de Ingreso: abril-2004
Ubicación: madrid
Mensajes: 10
Antigüedad: 20 años, 1 mes
Puntos: 0
...y así hasta que tu quieras:

prueba.htm y añade a default.htm un ancla donde tu quieras que se llame noticias

<html>
<head>
<title>prueba</title>
</head>
<body>
<table border="2">
<td align="center" valign="top" width="750" height="550">
<iframe name="noticias" width="100%" height="100%" frameborder="no" marginwidth=0 marginheight=0 scrolling="no" src="default.htm#noticias" allowtransparency="true">
</iframe></td>
</table>
</body>
</html>


y así un ancla abre otro en otra página diferente....