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
Capture Linkbutton click event in Master page from Content page
Best Photo Editing software
Secondary Graphics card for PhysX processing with current 9800GTX
Batch file to remove whitespace - similar to word replace ^w
RHCE Exam
How to play a video file in JSP
Network / Internet issues
I want to install an "upgrade" of the previous RPM
Database Driven Website
Will an xcopy script from a workstation effect BackupExec 12.5 incremtanl/diff jobs on server?