![Antiguo](http://static.forosdelweb.com/fdwtheme/images/statusicon/post_old.gif)
04/05/2004, 08:42
|
![Avatar de adasilva](http://static.forosdelweb.com/customavatars/avatar61994_1.gif) | | | Fecha de Ingreso: abril-2004 Ubicación: madrid
Mensajes: 10
Antigüedad: 20 años, 9 meses 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.... |