thanks very much peeps i just added that to a function and i was very happy 😃
function screen (){
$screen = "
<SCRIPT LANGUAGE=JavaScript>
<!-- Begin
document.write('<font face=verdana size=1>');
document.write('your screen resolution is ' + screen.width + ' x ' + screen.height + '');
// End -->
</script>
"; ?>
<? echo $screen; }
my 2minute work in all its glory, whats even better is that it actually works!!
Jon 😃