There was an error while loading. Please reload this page.
1 parent cc097c1 commit 84f419aCopy full SHA for 84f419a
1 file changed
3-frames-and-windows/03-cross-window-communication/article.md
@@ -175,11 +175,11 @@ document.domain = 'site.com';
175
</script>
176
```
177
178
-## Collection: window.frames
+## مجموعه: window.frames
179
180
-An alternative way to get a window object for `<iframe>` -- is to get it from the named collection `window.frames`:
+یک راه جایگزین برای دریافت یک شی پنجره برای `<iframe>` -- این است که از مجموعهی نامگذاریشدهی `window.frames` آن را بگیریم:
181
182
-- By number: `window.frames[0]` -- the window object for the first frame in the document.
+- : `window.frames[0]` -- the window object for the first frame in the document.
183
- By name: `window.frames.iframeName` -- the window object for the frame with `name="iframeName"`.
184
185
For instance:
0 commit comments