cesarvargas55
Junior Member
Posts: 3
Registered: 6/8/2006
Member Is Offline
|
| posted on 6/8/2006 at 02:22 PM |
|
|
How to validate a Listbox?
How to validate a listbox?
<tr id="t_job_categories">
<td valign="top">Job Categories:</td>
<td>
<select name="job_categories[]" size="10" multiple>
<option value="1">Admin/Support </option>
<option value="2">Entry-Level </option>
<option value="3">Finance </option>
</td>
</tr>
This doesnt seem to work:
var a_fields = {
'job_categories[]':{'l':'Categories','r':true,'t':'t_job_categories'},
|
|
|
tigra
Administrator
Posts: 2050
Registered: 6/17/2002
Location: US, CO
Member Is Offline
|
| posted on 6/9/2006 at 09:30 AM |
|
|
selectbox validation sample is available online and in the distribution package.
|
|
|
cesarvargas55
Junior Member
Posts: 3
Registered: 6/8/2006
Member Is Offline
|
| posted on 6/13/2006 at 04:07 PM |
|
|
I need to validate a MULTIPLE list box
i cant erase the "[]" from job_categories[] because i need to pass multiple values with the form. But when i add the "[]" the validation doesnt
work. Any suggestion?
|
|
|