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.
我知道如何使用标题重定向页面。问题是,当我使用此标头重定向时,它会将页面滚动到顶部。现在让我清除它。
我在一个页面上有一个表单,它对 sample.php 有一个操作。sample.php 重定向到表单所在的同一页面。但它会将页面带到顶部。我的意思是它滚动到顶部。在重定向之前,我需要它位于滚动按钮较早的位置。有没有可能做这件事。请帮帮我。
可能,通过使用 JavaScript,但定义锚点并将表单指向那里会更容易。例如,<form action="sample.php#scrollhere" method="post" id="scrollhere">.
<form action="sample.php#scrollhere" method="post" id="scrollhere">
为了滚动到<div id="here">或重定向到<form id="here">:sample.php
<div id="here">
<form id="here">
sample.php
http://www.website.com/sample.php#here