What are the features available in Window.Open method?

 Posted by Rajesh_Kumar on 2/20/2014 | Category: JavaScript Interview questions | Views: 1860 | Points: 40
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 

Comments or Responses

Login to post response