theniteowl
Programmer
Hi Everyone!
I have been away from this for a long time now and am drawing blanks for something that should be fairly easy.
I need to read all of the check boxes in a web form and update a text file responding to the name of each checkbox. This is being done locally with a .hta file so file access is not an issue.
What I really need to know is not the read/write but just how to read the values from the checkboxes.
What is the best way to cycle through the checkboxes on the form? I have the names of them in an array already but is that the best way to go or is it easier to sequentially read all checkboxes on the page?
Any simple way to read only checkboxes where values have changed? I cannot use an onchange event directly because they need to be able to check a bunch of boxes then perform the action that will apply to all that have been checked.
Thanks in advance.
Nite.
At my age I still learn something new every day, but I forget two others.
I have been away from this for a long time now and am drawing blanks for something that should be fairly easy.
I need to read all of the check boxes in a web form and update a text file responding to the name of each checkbox. This is being done locally with a .hta file so file access is not an issue.
What I really need to know is not the read/write but just how to read the values from the checkboxes.
What is the best way to cycle through the checkboxes on the form? I have the names of them in an array already but is that the best way to go or is it easier to sequentially read all checkboxes on the page?
Any simple way to read only checkboxes where values have changed? I cannot use an onchange event directly because they need to be able to check a bunch of boxes then perform the action that will apply to all that have been checked.
Thanks in advance.
Nite.
At my age I still learn something new every day, but I forget two others.