ysnbulut4 adlı üyeden alıntı: mesajı görüntüle
kolay gelsin
basit bir uygulama yaptım çalıştır )

<body>
<form action="mesj.php" method="get">
<input type="hidden" name="mesaj" id="txtAd" >

<button type="submit" >gonder</button>
</form>


<script language="javascript">

var w=$(window).width(),h=$(window).height();

document.getElementById("txtAd").value = w+"x"+h ;




</script>
</body>