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