<html>
<head>
<title>Get Screen Resolution</title>
<script type="text/javascript">
function getScreenResolution() {
alert(window.screen.width + " x " + window.screen.height)
}
</script>
</head>
<body onLoad="getScreenResolution()">
</body>
</html>
mostafa_dotNet گفت:سلام.
آقا چطوري ميشه اين كار رو توي PHP و بدون استفاده از JavaScript انجام داد؟
![]()
http://tohidonline.net