Question
Help - what is the command
I dynamically generate textboxes, so they all have the same
name. There are ten boxes in all. I know it outputs the checked
boxes in a comma deliminted string, 1,2,3,4....etc. If checkbox 4
was one of the boxes selected, I need to do a cflocation to
redirect to another. I was using cfif checkbox_id = "4" but that
only works if that was the only box selected.
If the other boxes were seleced in addition to box 4, the ciffi does not work, so what is the proper command to check if 4 is in the list ?
For the life of me, I cannot remember and I know I have done it before. I know sql query is in (1,2,3....), but what is the cf command ?
Thanks
If the other boxes were seleced in addition to box 4, the ciffi does not work, so what is the proper command to check if 4 is in the list ?
For the life of me, I cannot remember and I know I have done it before. I know sql query is in (1,2,3....), but what is the cf command ?
Thanks
