<script language="Javascript"> var a,b a = screen.width; b = screen.height; document.writeln(a); document.writeln(b); </script>