Podes poner un iframe que ocupe el 100% de la pantalla, con php usar includes() ó file_gets_contens(), o con marcos,
index.html
Código HTML:
Ver original<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Frameset//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-frameset.dtd">
<html xmlns="http://www.w3.org/1999/xhtml"> <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> <frameset rows="25px, *">
<frame name="arriba" src="arriba.html" scrolling="no" noresize="noresize" frameborder="0" id="arriba" />
<frame name="abajo" src="http://forosdelweb.com" scrolling="auto" noresize="noresize" frameborder="0" id="abajo" />
<noframes>
<p>Su navegador no soporta marcos
</p> </noframes>
</frameset>
arrba.html
Código HTML:
Ver original<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="es" lang="es" > <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> <script type="text/javascript"> //<![CDATA[
if (self.location == top.location)
top.location.href = 'index.html';
//]]>
<a href="javascript:parent.document.body.rows='0,*'">cerrar este marco
</a> |
<a href="#" onclick="window.parent.location.href='http://forosdelweb.com'">ver url original
</a> <!-- ©2000 Emprear.com -->
Saludos