Full screen window:

This fullscreen window script will open a browser window in full screen mode. NOTE: This script does work in Netscape but I.E. and Netscape but Netscape doesn't actually have a real full screen window.



This code goes into the HEAD section:

This code goes into the BODY section:



Or if you wanted to use the button tag you could use the code below inplace of the above BODY section code:


<button onClick="fullwin()">Open window</button>




Click here to go back.