Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我的页面左侧有一个链接列表,这些链接比页面右侧的 iframe 向下延伸得更远。我怎样才能拥有它,以便当我单击链接并且 iframe 重新加载时,窗口也会重置到页面顶部?
编辑:我尝试做一个锚,但这不起作用,因为内容在 iframe 中。
<a target="_blank|_self|_parent|_top|framename">
_top 将为您完成工作
http://www.w3schools.com/tags/att_a_target.asp