摘要:
<script>function SetWinHeight(obj) { var win = obj; if (document.getElementById) { if (win && !window.opera) { if (win.contentDocument&& win.contentDocument.body.offsetHeight) win.height = win.contentDocument.body.offsetHeight; else if (win.Document ... 阅读全文
posted @ 2012-07-04 10:51
冰镇橘子汽水
阅读(362)
评论(0)
推荐(0)