在跨域iframe中获取iframe ID

时间:2018-12-14 07:26:57

标签: javascript html5 iframe cross-domain

能否在跨域iframe中获取iframe ID?

iframe的html:

<iframe height="100%" width="100%" scrolling="yes" allowtransparency="true" id="vfFrameId_1544771685610" name="vfFrameId_1544771685610" allowfullscreen="true" force-aloha-page_aloha-page="" allow="geolocation *; microphone *; camera *"></iframe>

我尝试过:

  • window.frameElement,它返回null。因此,我无法使用window.frameElement.id来获取ID。

还有其他解决方法吗?

0 个答案:

没有答案