1
7.8kviews
Explain JavaScript objects Window and Document

Mumbai University > Information Technology > Sem 4 > Web Programming

Marks: 10M

Year: May 2014, May 2015, Dec 2015

1 Answer
0
129views

Window Object

  • The Window object is the top level object in JavaScript, and contains in itself several other objects, such as "document", "history" etc.
  • The window object represents an open window in a browser.
  • If a document contain frames (<iframe> tags), the browser creates one window object for the HTML …

Create a free account to keep reading this post.

and 5 others joined a min ago.

Please log in to add an answer.