I am looking for away to redirect the user based on the screen resolution. Is it possible to do this in php? Or below i have some javascript code that could take results and redirect a user. If possible i would like the code to be run all on the server end and not have a javascript redirect. I would like the page to appear to load directly. If any one has an idea on how to do this i would appreciate it greatly.
Thanks,
bart
<script language="JavaScript">
<!--Hide
function getSpecs()
{
screen.availHeight;
screen.availWidth;
screen.colorDepth;
screen.pixelDepth;
}
// End hide -->
</script>