Refresh/Back prevention?

  • Thread starter Thread starter Derrick
  • Start date Start date
D

Derrick

Hi All -

I see quite a few articles out there on preventing/catching page refresh and
back actions, can anyone point me at a current "preffered" solution to this?

Thanks in advance!

Derrick
 
I see quite a few articles out there on preventing/catching page refresh
and back actions, can anyone point me at a current "preffered" solution to
this?

All I see are people asking how it is done to be told it can't. Well, not
reliably anyway. Design your code such that refreshing a going back doesn't
break anything.
 
All I see are people asking how it is done to be told it can't. Well, not
reliably anyway. Design your code such that refreshing a going back
doesn't break anything.

Correct.
 
the preferred method is to code your site to support refresh/back. store
transaction tickets in hidden fields to detect reports, and code to
handle. using unit counts instead of add also help.

-- bruce (sqlwork.com)
 
Back
Top