Skip to content

Commit 84f419a

Browse files
line 181
1 parent cc097c1 commit 84f419a

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

  • 3-frames-and-windows/03-cross-window-communication

3-frames-and-windows/03-cross-window-communication/article.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -175,11 +175,11 @@ document.domain = 'site.com';
175175
</script>
176176
```
177177

178-
## Collection: window.frames
178+
## مجموعه: window.frames
179179

180-
An alternative way to get a window object for `<iframe>` -- is to get it from the named collection `window.frames`:
180+
یک راه جایگزین برای دریافت یک شی پنجره برای `<iframe>` -- این است که از مجموعه‌ی نام‌گذاری‌شده‌ی `window.frames` آن را بگیریم:
181181

182-
- By number: `window.frames[0]` -- the window object for the first frame in the document.
182+
- : `window.frames[0]` -- the window object for the first frame in the document.
183183
- By name: `window.frames.iframeName` -- the window object for the frame with `name="iframeName"`.
184184

185185
For instance:

0 commit comments

Comments
 (0)