stophhc

  博客园 :: 首页 :: 新随笔 :: 联系 :: 订阅 :: 管理 ::

if (document.getElementById( "RDiv").scrollHeight < document.getElementById("LDiv").scrollHeight)
{ document.getElementById( "RDiv").style.height=document.getElementById("LDiv").scrollHeight+"px"; }
else
{ document.getElementById( "LDiv").style.height=document.getElementById("RDiv").scrollHeight+"px"; }

posted on 2012-12-05 15:42  stophhc  阅读(91)  评论(0)    收藏  举报