mirror of
https://github.com/waytotheweb/scripts.git
synced 2026-03-29 19:47:06 +00:00
GPL v3 Release
This commit is contained in:
9
csf/cwp/csfofficial.php
Normal file
9
csf/cwp/csfofficial.php
Normal file
@@ -0,0 +1,9 @@
|
||||
<iframe scrolling='auto' name='myiframe' id='myiframe' src='loader_ajax.php?ajax=csfframe' frameborder='0' width='100%' onload='resizeIframe(this);'></iframe>
|
||||
<script>
|
||||
function resizeIframe(obj) {
|
||||
obj.style.height = obj.contentWindow.document.body.scrollHeight + 'px';
|
||||
window.scrollTo(0,0);
|
||||
window.parent.scrollTo(0,0);
|
||||
window.parent.parent.scrollTo(0,0);
|
||||
}
|
||||
</script>
|
||||
Reference in New Issue
Block a user