State various attributes of window.open ?

 
Various Window attributes are listed below :
  1. channelmode - Specifies if window should be opened in channel mode. IE only.
  2. fullscreen - Specifies if window should be opened in full screen mode. IE only.
  3. height - Specifies the height of the window.
  4. left - Specifies the x coordinates of the window in pixels. IE only. See "screenX" as well.
  5. location - Specifies if the location bar of the window should be included.
  6. menubar - Specifies if the menu bar of the window should be included.
  7. resizable - Specifies if window should be resizable.
  8. screenX - Specifies the x coordinates of the window in pixels. NS only. See "left" as well.
  9. screenY - Specifies the x coordinates of the window in pixels. NS only. See "top" as well.
  10. scrollbars - Specifies if window should contain scrollbars.
  11. status - Specifies if the status bar of the window should be included.
  12. toolbar - Specifies if the toolbar of the window (ie: reload button) should be included.
  13. top - Specifies the y coordinates of the window in pixels. IE only. See "screenY" as well.
  14. width - Specifies the width of the window.

No comments:

Popular Posts