Flipkart

Wednesday, July 22, 2009

Get Client Computer Screen Size In PHP


//scriptlanguage="javascript"

writeCookie();
function writeCookie() {
var enddate = new Date("December 31, 2060");
document.cookie = "screenresolution="+ screen.width +"x"+ screen.height + ";expires=" + enddate.toGMTString();
window.location.replace("phptag $_SERVER['PHP_SELF'] .'?'.$_SERVER['QUERY_STRING'] phpend");
}

/script

http://www.winasm.net/forum/index.php?showtopic=1178

No comments:

Post a Comment