Position the current window to the upper left portion of the screen

This code will move the current window to the x=0 and y=0 position on the screen
JavaScript


self.window.moveTo(0,0) ; 

Posted by fbrefere001 on Saturday January 29, 2005