Hey, I got the answer!!!!
I found this on some site(copy and pasted it to my project and forgot the site I got it from. SORRY.)
But here it is anyway.
Put this in your <head> section:
<script>function changeScreenSize(w,h){window.resizeTo(w,h )}</script>
Then put this within your <body>...