<script type="text/javascript">
        function SetTableHeight() {
            var bodyheight = document.documentElement.clientHeight;
            var tableHeight = document.getElementById("tableHeight");
            tableHeight.value = bodyheight - 105;
        }
    </script>

posted on 2013-01-09 11:35  过往云烟  阅读(158)  评论(0编辑  收藏  举报