PDA

View Full Version : Maximizing window in JS



Maniaci
March 6th, 2004, 03:18 PM
anyone know of a way to maximize the currently focused window without just making the size of the window (screen.width, screen.height).

any suggestsions other than: top.moveTo(0,0); top.resizeTo(screen.width,screen.height); are welcomed