You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The`iframe.onload` event (on the`<iframe>` tag) is essentially the same as `iframe.contentWindow.onload` (on the embedded window object). It triggers when the embedded window fully loads with all resources.
اساسا`iframe.onload` event (در تگ`<iframe>`) همان `iframe.contentWindow.onload` (در شی پنجرهی جداسازیشده) است. وقتی که پنجرهی جاسازی شده به طور کامل با تمام منابع load میشود، فعال میشود.
102
103
103
-
...But we can't access `iframe.contentWindow.onload`for an iframe from another origin, so using `iframe.onload`.
104
+
...اما نمیتوانیم به `iframe.contentWindow.onload`برای یک iframe از مبدا دیگری دسترسی پیدا کنیم،بنابراین از `iframe.onload` استفاده میکنیم.
0 commit comments