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.
我有一个站点,其中很少有 asp:CheckBoxList 和 asp:DropDownList 控件。检查几个选项或在下拉列表中选择几个项目会使后退按钮浏览到与先前选择相同的页面。我希望浏览器上的后退按钮将用户带到上一个访问过的网站。例如:如果上次访问的站点是:default.aspx,那么我当前站点的后退按钮应该返回到 default.aspx。添加一些关于缓存的标题选项只会破坏后退按钮:页面未找到消息。
用户如何通过单击浏览器的第一个后退按钮浏览回到 default.aspx?
只需要确认一下,你是用IE 10来运行网页系统的吗?
我在使用 IE 10 时遇到了 asp 控制组件无法正常工作。
也许考虑使用其他浏览器类型,如 firefox 和 safari 看看它是否可以正常工作