Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations derfloh on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  1. casinoweirdo

    limit checkboxes that are passed to a drop down

    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...
  2. casinoweirdo

    creating two separate drop downs from one group of checkboxes

    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.
  3. casinoweirdo

    creating two separate drop downs from one group of checkboxes

    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...

Part and Inventory Search

Back
Top