All Forums >> [Scripting] >> ASP >> Validating 'checked' checkboxes Do you like VisualBasicScript.com? Link to us and help spread the word about our forum. Thanks!
I've been beating my head against the wall for the better part of two days trying to get this script to do what I want it to.
I have a list of dynamically created check boxes
The real problem comes when I try to check which of the boxes are checked to update the DB.
I got some of the above code off the net(Thanks Google), but as I'm still trying to get the hang of programming with vbscript I'm lost. I pretty sure that I'm missing some small detail and I would appreciate any help with the script itself or a link to help me learn it myself. I feel like I'm stuck on stupid.
I'm not familiar with SQL, but this should point you in the right direction for checking the status of the checkboxes. This will go through each <input> tag check to see if the checkboxes are checked.