得到监视器大小Script


<!--One steps to installing this script-->

<!--1) Copy everything below, and paste in BODY section of page-->



<script language="Javascript">

<!--



//This credit must stay intact for use

//For this script and more

//Visit java-scripts.net or http://wsabstract.com



document.write('Your screen width and height is ' + screen.width + ' and ' + screen.height + '.')

//-->

</script>