Skip to content

Commit a5f3eaf

Browse files
himanshugargsideshowbarker
authored andcommitted
adds text
1 parent 47ffead commit a5f3eaf

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

files/en-us/web/api/window/open/index.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,8 @@ function openRequestedPopup() {
8787
windowObjectReference = window.open("http://www.cnn.com/", "CNN_WindowName", windowFeatures);
8888
}
8989
```
90-
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+
![CNN's home page shown in a Firefox window with a non-editable address bar and without navigation buttons](popup.png)
9192
```js
9293
var windowObjectReference;
9394

-460 KB
Loading

0 commit comments

Comments
 (0)