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
refusing remote connections
Database Design - Double Entry Accounting
Schedule Task "Could not start"
Hide local user folders on Server 2008 desktop
Migrating files/folders to a new domain
RPC through HTTP keeps prompting for pw on Exchange 2010
Readystate in IE in VBA program
sp_helptext with schema
Black screen of death upon turning PC On
drop multiple DBs