How can i prevent realoding of an specific page?

JavaScript and client side scripting.

Moderator: General Moderators

Post Reply
fastfingertips
Forum Contributor
Posts: 242
Joined: Sun Dec 28, 2003 1:40 am
Contact:

How can i prevent realoding of an specific page?

Post 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?
microthick
Forum Regular
Posts: 543
Joined: Wed Sep 24, 2003 2:15 pm
Location: Vancouver, BC

Post 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.
Post Reply