Ver Mensaje Individual
  #2 (permalink)  
Antiguo 20/02/2002, 11:58
Avatar de DanielRey
DanielRey
Usuario no validado
 
Fecha de Ingreso: enero-2001
Ubicación: Mendoza
Mensajes: 630
Antigüedad: 23 años, 3 meses
Puntos: 1
Re: Sobre un i-frame

Hola Don Pincho :)

Prueba así:

<html>
<head>
<title>Iframe</title>
</head>
<body>
<H2>Iframe</H2>
<A HREF="obj.html" target="destino">Objetos en el iframe</A><BR>
<A HREF="her.html" target="destino">Herencia en el iframe</A><BR>
<A href="6.html" target="destino">6 en el iframe</A><BR>
<IFRAME FRAMEBORDER=0 SCROLLING=NO SRC="6.html" name="destino"></IFRAME>
</body>
</html>

Suerte ;)