我正在尝试在html页面上有一个div,它被加载到iframe滚动到某个水平位置onload。但我无法让它发挥作用。 通过html页面中的一些简单的body onload代码,我得到了div来滚动到某一点。但是当加载到iframe中时,它不会再发生了。
这是我现在在我的iframe中的代码,但它做的不多..
<iframe id='idframe' style='width:23300px; height: 650px; border:none; overflow: hidden;' src='http://www.foundfootage.be/kijk3.html'
的onload = “this.contentWindow.getElementById(” images_hz “)。scrollLeft = 100”
非常感谢
答案 0 :(得分:0)
我不确定...但我的猜测是javascript代码需要在iframe中...