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 dencom on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Recent content by unwonted

  1. unwonted

    looping through array objects but only one object

    Cool, I like your thinking. Sounds like a good idea. I couldn't figure it out so I switched my code so the checkboxes aren't stored as an array. It's not as tidy but hey. Cheers
  2. unwonted

    looping through array objects but only one object

    Apologies, I tidied up the code a bit and left out a hidden field: <input type=hidden name="salesOrder" value="<%=Rs("request number")%>"> which should be just after <input type=checkbox name="completeSOChkBox" onclick="javascript:selDesel('<%=Rs("request number")%>', this)">
  3. unwonted

    looping through array objects but only one object

    Hi all, I have a created sort of a sub list of checkboxes with each of the checkboxes in the sublist having the same name but when I try to loop through any that only contain one checkbox I get an 'Expected Identifier' message. I loop through the checkboxes when I'm validating if any...

Part and Inventory Search

Back
Top