English, asked by mhakalbaba4812, 6 months ago

V. Where do the Windows open ?​

Answers

Answered by komalTawade
0

Answer:

Windows open in computer

Answered by islamjaha949
2

Answer:

The Window interface's open() method loads the specified resource into the new or existing browsing context (window, <iframe> or tab) with the specified name. If the name doesn't exist, then a new browsing context is opened in a new tab or a new window, and the specified resource is loaded into it.

Explanation:

A DOMString indicating the URL of the resource to be loaded. This can be a path or URL to an HTML page, image file, or any other resource that is supported by the browser. If the empty string ("") is specified as url, a blank page is opened into the targeted browsing context.

windowName Optional

A DOMString specifying the name of the browsing context (window, <iframe> or tab) into which to load the specified resource; if the name doesn't indicate an existing context, a new window is created and is given the name specified by windowName.

This name can be used as the target for the target attribute of <a> or <form> elements. The name should not contain whitespace. Keep in mind that this will NOT be used as the window's title.

Similar questions