<script language="VBScript">
<!--
document.write ("<p>VBScript is enabled and working.<p>")
document.write "Your screen width is : " & screen.width & " pixels<br>"
document.write "Your screen height is : " & screen.height & " pixels<br>"
document.write "Your viewable Width is : " & document.body.clientWidth
document.write " pixels<br>"
document.write "Your viewable Height is : " & document.body.clientHeight
document.write " pixels<br>"
-->
</script> |