mvc和后退按钮

发布于 2024-08-08 05:32:43 字数 108 浏览 5 评论 0原文

我是 mvc 新手,所以我不知道这是否有技巧。当用户在我正在构建的网站上运行搜索并将其带到结果页面时,如果单击后退按钮,搜索表单将为空。有没有什么方法可以让表单字段保持返回时的状态(不诉诸会话)?谢谢。

I'm new to mvc so I don't know if there is a trick to this or not. When a user runs a search on a site I'm building and I take them to the results page, if I click the back button the search form is empty. Is there some way to keep the form fields populated as they were when going back (without resorting to session)? Thanks.

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

魔法少女 2024-08-15 05:32:43

奇怪。
默认情况下应该存在字段。您使用什么浏览器?

如果您使用的是常规浏览器,那么您可能会做一些奇怪的事情,例如通过 JavaScript 或其他方式重置字段。也许详细说明您当前的实施将有助于诊断您的问题?

最后一个解决方案是将字段保存为 cookie,并通过 onLoad 内的表单页面上的 JavaScript 加载它们。

Strange.
Fields should be there by default. What browser are you using?

If you're using a regular browser, then maybe your doing something weird, like, resetting the fields via JavaScript or something. Perhaps elaborating more on your current implementation would help diagnosing your problem?

A last solution would be saving the fields as a cookie and loading them via JavaScript on the forms page inside onLoad.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文