Paste this code into the HEAD of your HTML document
<script language="JavaScript"> <!-- Begin function fullScreen(theURL) { window.open(theURL, '', 'fullscreen=yes, scrollbars=auto'); } // End --> </script>
<a href="javascript:void(0);" onClick="fullScreen('j.asp');">Open Full Screen Window</a>