You can try this to open the window in full screen. window.open('page.html','','top=0,left=0,height=' + screen.availHeight + ',width=' + screen.availWidth); You can also try adding, subtracting some from the screen.availHeight, screen.availHeight etc to adjust your window as per your requirements. cheers :) Written on a gravestone: Hear lies a father of 29. He could have had more but he didn't have the time!