Ver Mensaje Individual
  #1 (permalink)  
Antiguo 14/06/2012, 08:15
Avatar de Vercceti
Vercceti
 
Fecha de Ingreso: noviembre-2005
Ubicación: Salamanca
Mensajes: 167
Antigüedad: 18 años, 5 meses
Puntos: 0
Omitir código en un iFrame

Buenas a todos.

Pongamos que tenemos esta página:

http://www.mipagina.com

Con el siguiente source:

<!DOCTYPE html>
<html>
<header>
<title>Mi Pagina</title>
</header>
<body>
<h1>Titulo</h1>
<h2>Subtitulo</h2>
Texto
</body>
</html>

Y quisiera omitir el subtítulo, es decir, que en el iFrame se viera así:

<!DOCTYPE html>
<html>
<header>
<title>Mi Pagina</title>
</header>
<body>
<h1>Titulo</h1>
Texto
</body>
</html>

¿Es posible?

La web no está dentro de mi dominio.

Gracias de antemano y un saludo!
__________________
El código lo es todo.