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
Collect Windows 7 Product ID Scripr
putting a requiredfield on a combobox in asp
The operation can't be completed.....
Macro for delay send of an excel sheet to a mail recipient
send as different user - exchange 2003/outlook 2003
PL/SQL Performance
JQuery based image (actually an element of code) rotator
Applying service pack 7 to BES 4.0
Reference a selected rows column value from a gridview in VB .Net 3.5
VBScript: Pulling lastLogonTimestamp