1. 程式人生 > >js獲取瀏覽器窗體最大化事件

js獲取瀏覽器窗體最大化事件

set func 窗體 nload 獲取 scrip () doc 最大化

<mce:script language="javascript"><!--
function ReSet() {
document.getElementById("Flash").width=document.body.clientWidth;
document.getElementById("Flash").height=document.body.clientHeight;
}
// --></mce:script>
<body onResize="ReSet()" onLoad="ReSet()">

js獲取瀏覽器窗體最大化事件