Several Features parameter values for window.open

window.open(url, windowName, features, replace)

FeaturesValueDescription
directories boolean Controls the standard browser directory buttons(yes-show, no-do not show)
height numeric Specifies the height of the window in pixels
location boolean Controls the Location entry field (yes-show, no-do not show)
menubar boolean Controls the menu at the top of the window (yes-show, no-do not show)
resizable boolean Controls the ability to resize the window (yes-allow resizing, no-do not)
scrollbars boolean Controls the horizontal and vertical scrollbars (yes-show, no-do not show)
status boolean Controls the status bar at the bottom (yes-show, no-do not show)
toolbar boolean Controls the standard browser toolbar (yes-show, no-do not show)
width numeric Specifies the width of the window in pixels