简体   繁体   English

HTML:跳转到 POST 页面的特定部分

[英]HTML: Jump to specific part of page on POST

As the title says,正如标题所说,

I know this can be done with a for example <a href="#title"> , but can this be achieved on if (IsPost) as well?我知道这可以通过例如<a href="#title">来完成,但这也可以在if (IsPost)上实现吗? Not when the page loads for the first time, only on POST .不是在页面第一次加载时,只有在POST

After you handle your post request.在您处理您的帖子请求之后。 You redirect your user to a page.您将用户重定向到一个页面。 There you can put #location你可以在那里放#location

Window.location('hello.html#afterPost');

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM