back button

  • Thread starter Thread starter stephen
  • Start date Start date
S

stephen

Is there any way to determine on the client if a page has
been loaded by the user clicking on the 'Back' button in
internet explorer?

Steve
 
AFAIK no as the HTTP request is just the same.

If loading a page from the cache is a problem, then you can disable the
browser cache for this page (another way is likely to test the referer).
 
Back
Top