[ SYSTEM ]: Windows NT SWD-ELEARN-11 10.0 build 20348 (Windows Server 2016) AMD64
[ SERVER ]: Apache/2.4.41 (Win64) OpenSSL/1.1.1c PHP/7.3.9 | PHP: 7.3.9
[ USER ]: Elearn | IP: 10.201.204.156
GEFORCE FILE MANAGER
/
C:
/
xampp
/
htdocs
/
Ajaji
/
backup
/
media
/
com_wrapper
/
js
/
UPLOAD:
NAME
SIZE
QUICK PERMS
ACTIONS
📄 iframe-height.js
412 B
SET
[ EDIT ]
|
[ DEL ]
📄 iframe-height.min.js
321 B
SET
[ EDIT ]
|
[ DEL ]
DELETE SELECTED
[ CLOSE ]
EDIT: iframe-height.js
function iFrameHeight(iframe) { var doc = 'contentDocument' in iframe ? iframe.contentDocument : iframe.contentWindow.document; var height = parseInt(doc.body.scrollHeight); if (!document.all) { iframe.style.height = parseInt(height) + 60 + 'px'; } else if (document.all && iframe.id) { document.all[iframe.id].style.height = parseInt(height) + 20 + 'px'; } }