About 479,000 results
Open links in new tab
  1. The Window Object - W3Schools

    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 document, and one …

  2. Window Object in JavaScript - GeeksforGeeks

    Jul 31, 2024 · The Window object in JavaScript represents the browser window or frame. It offers properties like innerHeight, innerWidth, and screen, as well as methods like alert(), confirm(), …

  3. Window - Web APIs | MDN - MDN Web Docs

    3 days ago · The Window interface represents a window containing a DOM document; the document property points to the DOM document loaded in that window. A window for a given …

  4. Can I add attributes to 'window' object in javascript?

    Oct 5, 2012 · Yes, you can, but in general you shouldn't. The window object is also the JS default "global" object, so all global variables get added there. You're unlikely to break anything …

  5. JavaScript Window Object - Online Tutorials Library

    The JavaScript window object represents the browser's window. In JavaScript, a 'window' object is a global object. It contains the various methods and properties that we can use to access …

  6. Window Object | JavaScript Tutorial - CodeWithHarry

    The JavaScript window object represents the current browser window or tab that is open in a web browser. It is a global object that provides access to various properties and methods related to …

  7. Understanding the Window Object in JavaScript: Properties, …

    Jan 26, 2024 · A comprehensive guide to the Window object in JavaScript, covering its essential properties, methods, and how it interacts with the Document Object Model (DOM) and …

  8. Properties of Window Object - GeeksforGeeks

    Aug 31, 2021 · The window object is the topmost object of DOM hierarchy. It represents a browser window or frame that displays the contents of the webpage. Whenever a window …

  9. Understanding the JavaScript Window ObjectSitePoint

    Nov 13, 2024 · What is the JavaScript Window Object? The Window Object in JavaScript represents the browser window or a frame. It serves as the global object for all JavaScript …

  10. JavaScript Window - The Browser Object Model - W3Schools

    The Window Object. The window object is supported by all browsers. It represents the browser's window. All global JavaScript objects, functions, and variables automatically become members …

Refresh