Lee wrote:
> I want to make sure that the page, if user hits back
button, the page
> that they go back to will refresh. Is this possible?
>
> How?
I figured out how to do this using javascript. However, I
soon realized
that this would refresh the page and because I set a session
variable
redirect if the the session is true, it bumps them to a new
page that fails
I am trying to avoid duplicate entries. If they go to the
page using
normal navigation, it works but if they hit the back button,
it fails.
I understand this is vague but does anyone have an idea what
I could try?
Thanks