1

我想使用 JavaScript 单击 iframe 内的特定 div。可能吗?

就像是

<iframe src="http://www.gumtree.com.au"></iframe>

<script type="text/javascript">
function fun1(){
   document.getElementbyId("#mygumtree").click();
}
</script>

这没有用。是否有任何代码可以执行此过程?谢谢。

4

1 回答 1

1

You may find the code for this somewhere But it is not possible to access content of iFrame.

于 2013-10-18T13:54:59.523 回答