Answer:
Following are the features available in Window.Open method:
1. fullscreen = { yes | no | 1 | 0 } -> Specifies whether to display the browser in full-screen mode. The default is no.
2. height = number -> Sets the height of the window in pixels.
3. left = number -> Specifies the left position, in pixels.
4. location = { yes | no | 1 | 0 } ->Specifies whether to display the Navigation Bar. The default is yes
5. menubar = { yes | no | 1 | 0 } -> Specifies whether to display the Menu Bar. The default is yes.
Asked In: Many Interviews |
Alert Moderator