We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 47ffead commit a5f3eafCopy full SHA for a5f3eaf
files/en-us/web/api/window/open/index.md
@@ -87,7 +87,8 @@ function openRequestedPopup() {
87
windowObjectReference = window.open("http://www.cnn.com/", "CNN_WindowName", windowFeatures);
88
}
89
```
90
-
+In Firefox on desktop, calling the function above creates a new browser window with a non-editable address bar and without the navigation buttons:
91
+
92
```js
93
var windowObjectReference;
94
files/en-us/web/api/window/open/popup.png
-460 KB
0 commit comments