Azeri
Home
Console
Upload
information
Create File
Create Folder
About
Tools
:
/
var
/
www
/
vhosts
/
chipionatv.com
/
httpdocs
/
media
/
com_wrapper
/
js
/
Filename :
iframe-height.js
back
Copy
function iFrameHeight() { var h = 0; if (!document.all) { h = document.getElementById('blockrandom').height; document.getElementById('blockrandom').style.height = parseInt(h) + 60 + 'px'; } else if (document.all) { h = document.frames('blockrandom').document.body.scrollHeight; document.all.blockrandom.style.height = parseInt(h) + 20 + 'px'; } }