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
Virtualizing SQL
IE8 Submit Form with [Enter] Key, not functioning properly
How to notify the moderator of new posts?
VMware FT for Intel Xeon 5650 Chipset on Dell R610
insert record and check for existing email address
Updating a table using SQL and variables
How do I charge for a job?
Cisco 2950 Vlan for Voice
GMT to EDT
get-wmiobject error - Powershell