I have the following code and I need to limit the amount of checkboxes to 5. Can anyone help me?
<script type="text/javascript">
function moveIt(numboxes) {
var boxes = new Array(numboxes)
clearSelect()
for (i = 0; i < numboxes ; ++i) {
if...
I'm confused. You said " Your function is only setup to take three values and all of the extra boxes[i] are just repeats." I need the function to be able to take only 5 values.
my background isn't in java so I need some help.
Is there a way to create a drop down from a list of checkboxes that aren't checked?
I've got 12 checkboxes and I've created a drop down from the ones the user selects, but I need to be able to create a survey questions from the ones that...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.