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>