in reply to Re^3: OT? Checkbox list with CGI/Javascript
in thread OT? Checkbox list with CGI/Javascript
Hmm.. and how do I do that?
I've tried:
And then:<input type="hidden" name="userArray" value=@userids>
In the java, then referring to users.length, but it's returning undefined.var users = userForm.userArray;
|
|---|