摘要: <script>window.onload = function (){ var isIE = navigator.userAgent.toUpperCase().indexOf("MSIE")==-1?false:true; if(isIE){ parent.document.getElementById("lesson_list").style.height = document.body.scrollHeight; } else { parent.document.getElementById("lesson_list&quo 阅读全文
posted @ 2013-04-18 15:20 熙陌陌BKY 阅读(75) 评论(0) 推荐(0)