31/05/2004, 03:35
|
| | | Fecha de Ingreso: abril-2004 Ubicación: madrid
Mensajes: 10
Antigüedad: 20 años, 6 meses Puntos: 0 | |
Se puede y es muy facil:
Te pongo un ejemplo.....Que vale mas que mil palabras.
Si quieres el iframe al 100% lo puedes poner, así como una dirección externa.
default.htm:
<html>
<head>
<title>prueba</title>
</head>
<body>
<a href="noticias.html#vacaciones" target="noticias">leer</a>
<table border="1">
<td align="center" valign="top" width="600" height="350">
<iframe name="noticias" width="100%" height="100%" frameborder="no" marginwidth=0 marginheight=0 scrolling="no" src="noticias.html" allowtransparency="true">
</iframe></td>
</table>
</body>
</html>
noticias.html:
<html>
<head>
<title> noticias </title>
</head>
<body style="background-color: transparent;">
<table align="CENTER">
<a name="arriba"><FONT FACE="MODERN" SIZE="5" COLOR="#CC9900"><B><center>ENLAZA NUESTRA WEB</center></B></FONT></a><br>
<tr><td ALIGN=CENTER><a href="http://www.adasilva.com" target="_blank"><img src="http://www.adasilva.com/enlaces/portal1.gif" width="468" height="60" border="0" alt="WWW.ADASILVA.COM"></a></td>
</tr><br>
<tr><td ALIGN="CENTER"><textarea name="enlace" rows="5" cols="56"><a href="http://www.adasilva.com" target="_blank">
<img src="http://www.adasilva.com/enlaces/portal1.gif" width="468" height="60" border="0" alt="portal adasilva">
</a></textarea><p><br></td>
</tr>
<tr>
<td ALIGN="CENTER">
<a name="vacaciones">
<iframe ALIGN="CENTER" width="600" height="300" frameborder="no" marginwidth=0 marginheight=0 scrolling="no" src="http://www.adasilva.com/BUSCANOT/buscador.html" allowtransparency="true"></iframe>
<p><br></td>
</tr>
</table>
</body>
</html> |