Scroll to top of parent frame on iframe change?

前端 未结 3 1681
醉酒成梦
醉酒成梦 2021-02-05 14:14

Is it possible to scroll(0,0) to the top of the parent page when the user browses in an iframe? For example, we have an iframe that is the entire height of the page with search

3条回答
  •  独厮守ぢ
    2021-02-05 14:22

    Actually, the onload event does appear to work when navigating within an iframe.

    
    

提交回复
热议问题