显示先前输入的值的浏览器行为

发布于 2024-11-28 02:55:53 字数 399 浏览 1 评论 0原文

我的应用程序中有几个 JSP 页面,其中有几个“文本”类型的“输入”标签

我观察到,在 Chrome 中,如果文本字段位于“表单”标签中,并且存在表单提交,并且当用户返回同一页面并尝试单击向下箭头时,它会显示之前输入的值。
但是如果没有表单提交,即页面转换发生在 AJAX 调用中,则 chrome 不会显示之前输入的值。

但在 IE 和 Firefox 中,情况并非如此,我的意思是,即使提交表单,它也不会显示用户之前输入的值。

我的问题是:
1. 仅当“input”标签位于“form”中并且提交表单时,Chrome如何显示先前输入的值?

2.为什么 IE 和 Firefox 不显示以前输入的值。我需要在这些浏览器中进行任何设置才能显示之前输入的值吗?

I have couple of JSP pages in my application with couple of "input" tags of type "text"

What I observed is, in Chrome, if the text field is in a "form" tag and if there is a form submission and when user comes back to the same page and tries click down arrow, it shows previously entered value.
But if there is no form submission, that is page transition happens with AJAX call, chrome is not showing this previously entered value.

But in IE and Firefox it is not the case, I mean it is not showing the previous value that user entered before even with form submission.

My questions are:
1. How Chrome is showing previously entered value only when "input" tag is in "form" and with form submission?

2.Why IE and Firefox is not showing previously entered values. Do I need to do any settings in these browsers to show previuosly entered value?

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

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

发布评论

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

评论(1

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