Правила на сайта
0 Потребители и 1 Гост преглежда(т) тази тема.
<script language="javascript"> document.write('<meta http-equiv="refresh" content="3;url=http://localhost/proba_index.php?scrw=' +screen.width+'&scrh='+screen.height+'"');</script><?php$w = $_GET['scrw'];$h = $_GET['scrh'];echo $w.'<br>';echo $h.'<br>';exit;