Window maximizer - auto

Use this code to automatically maximize any window where the code is placed. Insert the following code into the section of your html document.
JavaScript


<script language="Javascript">
<!--

self.window.moveTo(0,0)
self.window.resizeTo(screen.width,screen.height)

//-->
</script>

Posted by fbrefere001 on Thursday August 8, 2002