Ask a Question related to Coldfusion - Advanced Techniques, Design and Development.
-
jricheyathebeach #1
Re: Working with checkboxes ...
Hey blewis
Thanks for that post. I was knocking myself senseless against the keyboard
trying to figure out how to update a group of checkboxes.
I took your advice about just wiping out all previous checkboxes and then just
inserting the ones that were checked .
thanks again
jricheyathebeach Guest
-
checkboxes
"cbool" might help if cbool(request.form("mychk")) = true then "Paul" <paul@themedialounge.com> wrote in message... -
Checkboxes in grid/delete row not working
I copied the code for this direclty from http://www.asfusion.com/blog, but for some reason when I go to delete a row in the grid, it merely leaves... -
[PHP] Checkboxes
You could try this: <input type="hidden" name="box1" value="0"> <input type="checkbox" name="box1" value="1"> So basically when it get... -
ASP.NET Checkboxes
Thanx M, and I mean that, but I really need this to work without a postback and frankly it should behave like the other controls are behaving... -
CGI and checkboxes
How do I get the value from a checkbox made with cgi.checkbox ? I need to make a decision based on whether or not the checkbox is checked - will...



Reply With Quote

