Ask a Question related to Coldfusion - Advanced Techniques, Design and Development.
-
chb_andre #1
Clicking "Back" after <cflocation>
I'm using Coldfusion MX.
After a form is submitted, an "action" page is called. That page contains the
queries and stored procedures that need to be done once that form is submitted.
At the bottom of that page, I have a <cflocation> tag to redirect the user to
another webpage.
Here's my problem. Once the user is redirected to that page, clicking back
will return to the "action page" and will insert a duplicate record.
How do I stop this from happening?
Any help would be great!
chb_andre Guest
-
"Text image" back to "Editable text"
I need to convert "text image" to "editable text" in illustrator. I can't found any option for this in illustrator. But in acrobat using the OCR... -
mysql-admin: Clicking "User Administration" causes app to hang
I'm running mysql (MySQL 5.0.18-Debian_8-log), on debian sid (kde 3.5). I am having a problem with mysql-admin (MySQL Client Version 5.0.18). All... -
Clicking "Submit" brings Up a Dialog Box?
Hello, I'm relatively new to DW MX2004. I created a form that I want emailed to someones 'hotmail.com" address. The form's OK, but when I click... -
Windows Explorer opens PDF, clicking EXIT causes explorer "error" message after viewing
I can view the PDF pages from within the Winows Explorer "web browser" but if I try and close the window by using the EXIT, clicking on the X in the... -
"Back end not found. Or back end is busy"
Hello, I get this message when I try to connect to my IDS 9.4 via the bde16. I use the client version 4 (sqld_inf.dll). The version 5 gave me... -
VillageX #2
Re: Clicking "Back" after <cflocation>
Two solutions that come to mind right off are to either set some sort of flag
on the page the first time it is ran, and then wrap your inserts in logic that
evaluates how many times the page has been executed. The other would be to
query for the record and not add it if it already exists.
VillageX Guest



Reply With Quote

