取得客户窗口的分辩率
时间:2006-12-06 来源:webvista
?php
if(!$_GET["screenX"]) {
echo '
location = location.href+"?screenX="+screen.width+"&screenY="+screen.height;
';
exit;
}
$screenX = $_GET["screenX"];
$screenY = $_GET["screenY"];
?>
相关阅读 更多 +
排行榜 更多 +