http://www.forosdelweb.com/showthread.php?t=222575
La idea es cargar un link en un object a modo de iframe:
Código HTML:
<script type="text/javascript"> function cargar() { document.getElementById('elIdé').src ='pagina.htm'; } </script> ó function cargar() { document.getElementById('elIdé').location.href ='pagina.htm'; } </script> <a href="pagina.htm" onclick="cargar();">página</a>
Código HTML:
<object data="pagina.htm" id="elIdé" height="100%" width="100%"><a href="pagina.htm">página</a></object>
Bueno, haber si alguien me puede ayudar
bichomen