mirror of
https://github.com/waytotheweb/scripts.git
synced 2026-03-29 18:27:07 +00:00
GPL v3 Release
This commit is contained in:
10
csf/interworx/templates/reseller.tpl
Normal file
10
csf/interworx/templates/reseller.tpl
Normal file
@@ -0,0 +1,10 @@
|
||||
<iframe border="0" name='myiframe' id='myiframe' src="/nodeworx/configservercsf" style="width: 100%;" frameborder="0" onload="resizeIframe(this);"></iframe>
|
||||
{literal}
|
||||
<script>
|
||||
function resizeIframe(obj) {
|
||||
obj.style.height = obj.contentWindow.document.body.scrollHeight + 'px';
|
||||
window.scrollTo(0,0);
|
||||
}
|
||||
window.parent.parent.scrollTo(0,0);
|
||||
</script>
|
||||
{/literal}
|
||||
Reference in New Issue
Block a user