English 中文(简体)
如何防止点击Browser后 but子的浮油
原标题:How to prevent flickering on click of browser back button

我正在处理Asp.Net的申请。 我撰写了下文的《 Java本守则》,以防止用户在申请时在点击浏览器后纽顿时不上阳台。 它对我的工作罚款,但从上页来看,在浏览器回击纽顿时,浮油似乎由于后退。 如何防止浮油。

请提供解决办法。

function preventBack()
{
    window.history.forward();
}

setTimeout("preventBack()", 0);

window.onunload=function()
{
    null;
} 
问题回答

页: 1 该网址上。 每个人都被利用。 Don t bother试图“固定”它。

浮油绝对是你最少的问题。 试图打破背后纽扣状态,是用户极为敌对的,通常就是你夸张的信号。 它甚至拖了所有时间(例如中点击),并且打破了其他功能(例如,但我想回几页!)。 承诺这样做。

如果你真的不想在页数上留下一个正数页,那么,你就可以使日本宇宙航空研究开发机构的记录过程(建立 co)和随后的<代码>所在地点:replace到下页,或者更好地将正辛页重新放在任何试图进入需要标识的网页上,而只是<代码>。

但是,如果打上“回落”的“后退”就把无人护理带回现在不再具有相关性的标志页上,因为它们重新gged。 这样,99%的网址的工作和用户就会期望这样做。

www.un.org/Depts/DGACM/index_spanish.htm 这部法律绝对存在问题!

我确信,你获得很多系统资源和速度,并在网页上留下一 dead死。

图瓦卢 ?

void!





相关问题
Anyone feel like passing it forward?

I m the only developer in my company, and am getting along well as an autodidact, but I know I m missing out on the education one gets from working with and having code reviewed by more senior devs. ...

How to Add script codes before the </body> tag ASP.NET

Heres the problem, In Masterpage, the google analytics code were pasted before the end of body tag. In ASPX page, I need to generate a script (google addItem tracker) using codebehind ClientScript ...

Transaction handling with TransactionScope

I am implementing Transaction using TransactionScope with the help this MSDN article http://msdn.microsoft.com/en-us/library/system.transactions.transactionscope.aspx I just want to confirm that is ...

System.Web.Mvc.Controller Initialize

i have the following base controller... public class BaseController : Controller { protected override void Initialize(System.Web.Routing.RequestContext requestContext) { if (...

Microsoft.Contracts namespace

For what it is necessary Microsoft.Contracts namespace in asp.net? I mean, in what cases I could write using Microsoft.Contracts;?

Separator line in ASP.NET

I d like to add a simple separator line in an aspx web form. Does anyone know how? It sounds easy enough, but still I can t manage to find how to do it.. 10x!

热门标签