我有以下html。
一个.html
<html>
<body>
<iframe id="myFrame" src="test.html" width=100 height=100 frameborder=0 scrolling=no>
</iframe>
</body>
</html>
两者one.html都test.html在运行different domains。有可能得到一个iframe id inside test.html吗?我需要在 test.html 中获取 iframe id 值“myFrame”。
可能吗?请帮我。
谢谢!