How to scroll an iframe to the bottom when page loads?

前端 未结 3 2052
独厮守ぢ
独厮守ぢ 2020-12-18 04:28

I was like on every question about this on the net, tried like 50 diff methods, first i tried to scroll the div - then when its not worked i\'ve tried to iframe the file wit

3条回答
  •  一整个雨季
    2020-12-18 04:48

    If the current document is ready, this means that the DOM is ready, but the document inside the iframe has to be loaded too.

    
    

提交回复
热议问题