<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<!--螢幕物件-->
<head>
<title></title>
<script type="text/javascript">
window.onload = function () {
with (document) {
write("<pre>");
writeln("螢幕可用高度:" + screen.availHeight);
writeln("螢幕可用寬度:" + screen.availWidth);
writeln("高度:" + screen.height);
writeln("寬 度:" + screen.width);
writeln("色彩:" + screen.colorDepth);
write("</pre>");
}
}
</script>
</head>
<body></body>
2012年11月23日 星期五
[javascript]抓取螢幕屬性
訂閱:
張貼留言 (Atom)
沒有留言:
張貼留言