Microsoft
Software
Hardware
Network
Question : Disabling or Expirying Browser's Back button
Hello Experts,
For security reasons, i there any way to disable the browser's back button, or at least, show "page expired" or something - like most banks do.
I'm trying to do this after processing a payment.
Thank you.
Answer : Disabling or Expirying Browser's Back button
Add this before any html tag on the page:
<%
Response.Expires = -1
Response.Expiresabsolute = #1/1/1980#
Response.AddHeader "pragma","no-cache"
Response.AddHeader "cache-control","private"
Response.CacheControl = "no-cache"
%>
Random Solutions
Replace sring on the first line and then replace ALL the following string(2 to eof)
‘Browse’ button component in jsf
Code was working in Android 2.1 SDK but not on 2.2
Gateway SA1 shutting down intermittently
compareTo() - JavaScript example needed
How to enable/license terminal server
How does Windows 7 detect Internet access?
Email sent to Tiscali email addresses bouncing with No PTR record error
VNC server Ubuntu 10.04
Firebox X500 - Where to start....