Ask a Question related to Coldfusion - Advanced Techniques, Design and Development.
-
smokin_joe #1
Preventing Browser Refresh from Incrementing Counter
I am looking for a technique to prevent adding the same record to the database
as result of the user 'refreshing' the browser.
Presently on entry to the page i perform the update/insert to the datatbase
(ACCESS) and then use a query:
Select MAX(customerID) AS HighCust From customers
To display the last number (MAX) to display the 'confirmation' number.
The problem is, if the user refreshes the browser the app ADDs the record
again and assigns the next number.... is there a technique that anyone has used
that could prevent that from happening?
smokin_joe Guest
-
Browser refresh
hi, I m a newbie. i tried searching on forum but couldn find answer. I have a login view as my first view.. and then to themain view.. however... -
Preventing Browser Refresh from Incrmenting Counter
I am looking for a technique to prevent adding the same record to the database as result of the user 'refreshing' the browser. Presently on entry... -
Preventing function output going to browser
How do I prevent the output of a user defined function from going to the browser? In my script I do something like: $MyVar =... -
preventing web browser from resizing movies!
thanks for anyone that can shed some light on this problem.....i designed a series of flash movies that are 600 by 600 pixels, and subsequently... -
[PHP] Incrementing counter from an HTML page.
i think you can use image counter a tag img connect to our script, something like this <img src="phpcounter.php"> where the file... -
Stressed_Simon #2
Re: Preventing Browser Refresh from Incrementing Counter
Once the database insert has been completed then use cflocation to move to a new page. Then if the user refreshes the page it will only reload the new page and not the action page that did the upload!
Stressed_Simon Guest



Reply With Quote

