English 中文(简体)
Javacast history.go andload balancer question
原标题:JavaScript history.go and load balancer question

我有一个网络应用程序,我最近把这一应用程序放在负荷平衡器后面。 有一个网页有“javascript:history.go(-1)”的链接。 上页是一份提交文件的形式。 当我点击直接投向服务器的行距方法的链接时,我并不试图重新提交表格。 但是,当我通过负荷平衡点击同一环节时,表格又重新提交。 是否有任何想法说明如何通过负荷平衡来完成这项任务,因此链接不会再上页?

问题回答

这种行为可能产生于没有在Load Balancer中“准时会”。 它不知道由此产生的<条码>go<>>/代码”的页数来自同一用户,因此不单纯显示该页,而是保留该页。

你们是否知道“定时会议”是能够做到的,还是可以选择?

在可能的情况下,使用





相关问题
selected text in iframe

How to get a selected text inside a iframe. I my page i m having a iframe which is editable true. So how can i get the selected text in that iframe.

How to fire event handlers on the link using javascript

I would like to click a link in my page using javascript. I would like to Fire event handlers on the link without navigating. How can this be done? This has to work both in firefox and Internet ...

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 ...

Clipboard access using Javascript - sans Flash?

Is there a reliable way to access the client machine s clipboard using Javascript? I continue to run into permissions issues when attempting to do this. How does Google Docs do this? Do they use ...

javascript debugging question

I have a large javascript which I didn t write but I need to use it and I m slowely going trough it trying to figure out what does it do and how, I m using alert to print out what it does but now I ...

Parsing date like twitter

I ve made a little forum and I want parse the date on newest posts like twitter, you know "posted 40 minutes ago ","posted 1 hour ago"... What s the best way ? Thanx.

热门标签