浏览器的后退按钮与asp.net应用程序兼容 [英] back button of browser compitible with asp.net application

查看:91
本文介绍了浏览器的后退按钮与asp.net应用程序兼容的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我使用ASP.NET 2008为我的应用程序使用IE-7浏览器..但浏览器后退按钮没有反映在单击上一页的前一页..它反映在上一页双击.. plz回复我怎么样单击一下?我正在处理时使用处理栏..

解决方案

请重新解释你的问题。

我不明白你的意思当你指的是单击和双击。


请记住,当用户点击网络浏览器的后退按钮时,它会显示网页的缓存版本。


这意味着,如果您的用户执行了双击, (??)显示客户端的内容,这将由Web浏览器缓存。如果用户点击后退按钮,将显示该页面的缓存版本。


查看使用元标记来控制页面在浏览器中的缓存方式....设置页面的内容一旦显示就会过期...查看设置无缓存标签


例如:

展开 | 选择 | Wrap | 行号


解释更多abt双击问题,因为我也只是点击一次项目才能回到上一页


如果我双击后退按钮,那么页面将返回上一页......但单击时不会发生...


i想要单击返回。 ..?

i am using ASP.NET 2008 for my application with IE-7 browser..but browsers back button does not reflect on previous page on single click.. it reflect on previous page on double click.. plz reply me how to make it in single click? i m using process bar at the time of processing..

解决方案

Please rephrase your question.
I do not understand what you mean when you are referring to "single click" and "double click".

Please remember that when the user clicks the web browser''s back button it displays a cached version of your web page.

This means that if your user preformed a "double click" (??) that displayed something client side this would be cached by the web browser. If the user hits the back button, this cached version of the page will be displayed.

Look into using meta tags to control how your page is cached in the browser....look into setting your page''s content to expire as soon as it''s displayed...look into setting the no-cache tag

eg:

Expand|Select|Wrap|Line Numbers


explain more abt the double click issue, coz am on a project also but i only have to click once to get back to the previous page


if i double click on back button then page will back on previous page... but it''s not happening on single click...

i want to go back in single click...?


这篇关于浏览器的后退按钮与asp.net应用程序兼容的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆