<?php get_header(); ?>
<script language="javascript" type="text/javascript">
function iFrameAltura() {
var h = 0;
if ( !document.all ) {
h = document.getElementById('ventanaforo').contentDocu ment.height;
document.getElementById('ventanaforo').style.heigh t = h + 25 + 'px';
} else if( document.all ) {
h = document.frames('ventanaforo').document.body.scrol lHeight;
document.all.ventanaforo.style.height = h + 20 + 'px';
}
}
</script>
<div class="frameforo">
<iframe onload="iFrameAltura()" id="ventanaforo"
name="iframe"
src="http://www.pikline.com/foro"
width="100%"
height="500"
scrolling="no"
align="top"
frameborder="0"
class="cont_frame">
Esta opción no trabajará correctamente.
Desafortunadamente su navegador no soporta
Inline Frames</iframe>
</div>
<?php get_footer(); ?>