thanks a lot Markus,
I'll use that solution with my next mailing
meanwhile I've worked around the problem by using radio-buttons
thanks again
Search found 3 matches
- Mon Sep 23, 2013 2:48 pm
- Forum: Using OpenEMM
- Topic: unchecked checkbox handling in scripts
- Replies: 4
- Views: 3821
- Sun Sep 22, 2013 9:38 pm
- Forum: Using OpenEMM
- Topic: unchecked checkbox handling in scripts
- Replies: 4
- Views: 3821
Re: unchecked checkbox handling in scripts
thanks for the quick reply!!
yes I've applied that - if I check all checkboxes the script works - it's really just about unchecked ones
I don't have the link at hand but after googling the issue I think the problem is that browsers simply do not send the parameter of checkboxes if it is not ...
yes I've applied that - if I check all checkboxes the script works - it's really just about unchecked ones
I don't have the link at hand but after googling the issue I think the problem is that browsers simply do not send the parameter of checkboxes if it is not ...
- Sun Sep 22, 2013 6:15 pm
- Forum: Using OpenEMM
- Topic: unchecked checkbox handling in scripts
- Replies: 4
- Views: 3821
unchecked checkbox handling in scripts
hi all,
can anyone give me a hint how to deal with unchecked checkboxes in a script?
I've multiple checkboxes defined in a form such as the one below
<div class="chkbox">
<input type="checkbox" id="addinfo" name="ADDINFO" value="1" >
</div>
in the script I'm accessing these using the ...
can anyone give me a hint how to deal with unchecked checkboxes in a script?
I've multiple checkboxes defined in a form such as the one below
<div class="chkbox">
<input type="checkbox" id="addinfo" name="ADDINFO" value="1" >
</div>
in the script I'm accessing these using the ...
