<script type="text/javascript">
window.onload = function() {
document.getElementById("left").style.height = document.getElementById("right").offsetHeight - 50 + "px";
};
</script>
window.onload = function() {
document.getElementById("left").style.height = document.getElementById("right").offsetHeight - 50 + "px";
};
</script>
如图