Force the broswer to 800x600
			
			  - Home  
 
			  - Javascript  
 
			  - Force the broswer to 800x600
 
			
OLD - unless you want to run your site at 800x600
Wouldn't you like people to view your site in 800x600 resolution, the way it was meant to be viewed?  This script automatically maximizes the visitors browser.
 
Just copy this code and paste it between the <head> tag of your page.  You can change anything in red.
  - <script LANGUAGE="JavaScript" FOR="window"
    EVENT="onload()">
    <!--  
  - //script by Oogle 
 
  - //can only be used when running 
 
  - //in 800x600 resolution 
 
  
    window.moveTo(0, 0)
    window.resizeTo(800, 573)
    
    //-->
    </script>
   
 
css  page break  printing  browser