Could i store this javascript value into a PHP variable?
How could i store the width and height generated from this script:
<script type="text/javascript">
document.write(screen.width+'x'+screen.height);
</script>
into a PHP variable that could i used.
I also noticed that a simple script like this still requires active x control in IE. Is there a way to go around this?
|