if (document.body.clientHeight)
{
var ll_object_h = document.body.clientHeight*0.95;
}
if(document.documentElement.clientHeight){
var ll_object_h=document.documentElement.clientHeight*0.95;
}
if (window.innerHeight)
{
var ll_object_h = window.innerHeight*0.95;
}
alert('可用高度:'+ll_object_h);
沒有留言:
張貼留言