Yahoo Poland Wyszukiwanie w Internecie

Search results

  1. The window object is supported by all browsers. It represents the browser's window. All global JavaScript objects, functions, and variables automatically become members of the window object. Global variables are properties of the window object. Global functions are methods of the window object.

  2. 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 additional window object for each frame.

  3. 14 lis 2024 · Learn about the Window interface, which represents a window containing a DOM document in JavaScript. Find out the properties, methods, and objects of the Window interface, and how to use them in different contexts.

  4. 31 lip 2024 · Learn about the Window object in JavaScript, which represents the browser window or frame. It has various properties and methods to interact with the browser environment, such as window.alert, window.open, and window.scrollTo.

  5. www.javascripttutorial.net › javascript-bom › javascript-windowJavaScript Window

    This tutorial introduces you to JavaScript window object which is the global object of JavaScript in the browser and exposes the browser 's functionality.

  6. Description. The open() method opens a new browser window, or a new tab, depending on your browser settings and the parameter values. See Also: The close () method. Syntax. window.open (URL, name, specs, replace) Parameters. Return Value. A reference to the new window, or null if the call failed. More Examples.

  7. Window: open () method. The open() method of the Window interface loads a specified resource into a new or existing browsing context (that is, a tab, a window, or an iframe) under a specified name.

  1. Ludzie szukają również