Kilometro6 Recursos PWG

Kilometro6

Iframe Inteligente

Iframe Inteligente
Este iframe tiene la ventaja de no tapar la publicidad de PWG y es compatible con todas las resoluciones.
 
Código:
<style type="text/css"> body{overflow-y:hidden; scroll-y:no} </style> 
<script>
if (window.innerHeight){
//navegadores basados en mozilla
espacio_iframe = window.innerHeight - 116
espacio_iframez = window.innerWidth - 10
}else{
if (document.body.clientHeight){
//Navegadores basados en IExplorer
espacio_iframe = document.body.clientHeight - 116
espacio_iframez = document.body.clientWidth - 10 }else{
//otros navegadores
espacio_iframe = 690
espacio_iframez = 1024
}
}
document.write ('<iframe frameborder="0" scrolling="auto" src="tu web" width="' + espacio_iframez + '" height="' + espacio_iframe + '">')
document.write ('</iframe>')
</script> <noscript>
<iframe frameborder="0" src="tu web" width="1024" height=590>
</iframe>

- Fuente: el foro de PWG
- Autor: buzzdungeon
Hoy hemos ayudado a 19 visitantes (168 clics a subpáginas) en kilometro6!
Este sitio web fue creado de forma gratuita con PaginaWebGratis.es. ¿Quieres también tu sitio web propio?
Registrarse gratis