close

取得目前螢幕的寬跟高,適用於ie及firefox

function getWinWidth ()

{

var mapFrameWidth = window.innerWidth;

 

if (mapFrameWidth == null || mapFrameWidth == 'undefined')

{

mapFrameWidth = document.documentElement.clientWidth;

}

 

return mapFrameWidth;

}

 

function getWinHeight ()

{

var mapFrameHeight = window.innerHeight;

 

if (mapFrameHeight == null || mapFrameHeight == 'undefined')

{

mapFrameHeight = document.documentElement.clientHeight;

}

return mapFrameHeight;

}

arrow
arrow
    文章標籤
    javascript height width screen
    全站熱搜

    ixdezive19 發表在 痞客邦 留言(0) 人氣()