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.
在我的网站上,我有一个包含另一个页面的框架。当我单击一个链接(位于框架中的页面上)时,我会在同一页面中获得一个新页面。因此,不会重新加载整个网页(只是框架的内容)。我可以改变这种行为吗?单击后,我想转到新页面(不仅仅是将其放在原始框架中)。
将您的链接定位到 _parent:
<a href="..." target="_parent">...</a>