复制代码代码如下::
window.onload = function () {
var height = document.body.clientHeight;
document.getElementById ("vivs"). style.height = (Höhe - 20) + "px";
document.getElementById ("emd"). style.height = (Höhe - 20) + "px";
document.getElementById ("ob"). style.height = (Höhe - 20) + "px";
};
window.onResize = function () {
Höhe = document.body.clientHeight;
document.getElementById ("vivs"). style.height = (Höhe - 20) + "px";
document.getElementById ("emd"). style.height = (Höhe - 20) + "px";
document.getElementById ("ob"). style.height = (Höhe - 20) + "px";
};