Click to See Complete Forum and Search --> : ???????


SniperX
07-25-2003, 06:08 AM
Hi guys,
how would i get the screen attributes: height and width.
Regards
DJ Matty

Charles
07-25-2003, 06:15 AM
<script type="text/javascript">
<!--
alert(screen.width + ' x ' + screen.height)
// -->
</script>

SniperX
07-25-2003, 06:29 AM
:D