Page 1 of 1

How can i prevent realoding of an specific page?

Posted: Sun Dec 28, 2003 1:40 am
by fastfingertips
I'm interested to prevent reloading of a specific page, or on reloading to redirect the user to a previous page. :?:
It is possible to do that?

Posted: Sun Dec 28, 2003 2:57 am
by microthick
Usually people do this to avoid submitting data to the db repeatedly.

Instead, after executing your db insert, redirect to a third, dummy page that wouldn't be affected by reloads.