Files
dev.ttsby.com/modules/market/action/@a.height.php
2023-04-17 11:06:08 +09:00

19 lines
434 B
PHP

<?php
if(!defined('__KIMS__')) exit;
checkAdmin(0);
?>
<script type="text/javascript">
//<![CDATA[
<?php if($innerF):?>
parent.parent.parent.document.getElementById('marketFrame').style.height = '<?php echo ($height+100)?>px';
<?php else:?>
parent.parent.document.getElementById('marketFrame').style.height = '<?php echo ($height+100)?>px';
parent.parent.scrollTo(0,0);
<?php endif?>
//]]>
</script>
<?php exit?>