Forum: MS SQL 26 Days Ago |
| Replies: 5 Views: 525 You're right, peter_budo. I should have posted the code first time around. Anyway, here it is now
DECLARE @VisitType varchar(7) --The Visit Name with which tblWindows is to be updated
--DECLARE... |
Forum: ColdFusion Aug 21st, 2009 |
| Replies: 4 Views: 1,105 In your form declare a hidden type input and set it to 'strPassword'
<input type="hidden" name="OldCode" value="<cfoutput>#strPassword#</cfoutput>" />
and then change the comparison <cfif> to... |
Forum: ColdFusion Aug 21st, 2009 |
| Replies: 4 Views: 1,105 I have only had a few minutes to look at the code and the problem I see is that the value in your text field is being compared with the NEW spamcode; not the one that is generated for the page that... |