Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion files/en-us/web/api/window/open/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,8 @@ function openRequestedPopup() {
windowObjectReference = window.open("http://www.cnn.com/", "CNN_WindowName", windowFeatures);
}
```

In Firefox on desktop, calling the function above creates a new browser window with a non-editable address bar and without the navigation buttons:
![CNN's home page shown in a Firefox window with a non-editable address bar and without navigation buttons](popup.png)
```js
var windowObjectReference;

Expand Down
Binary file added files/en-us/web/api/window/open/popup.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.