Deltaflyer
Programmer
I have this combo box,
<select width=450 name=selcust size=5 multiple onclick=javascript()>
<option value = 1>1</option>
<option value = 2>2</option>
<option value = 3>3</option>
<option value = 4>4</option>
<option value = 5>5</option>
<option value = 6>6</option>
<option value = 7>7</option>
<option value = 8>8</option>
</select>
how can i limit the maximum allowed selections. i.e. select 4 off of the list and no more.
Thanks for any help DeltaFlyer ;-)
DeltaFlyer - The Only Programmer To Crash With Style.
<select width=450 name=selcust size=5 multiple onclick=javascript()>
<option value = 1>1</option>
<option value = 2>2</option>
<option value = 3>3</option>
<option value = 4>4</option>
<option value = 5>5</option>
<option value = 6>6</option>
<option value = 7>7</option>
<option value = 8>8</option>
</select>
how can i limit the maximum allowed selections. i.e. select 4 off of the list and no more.
Thanks for any help DeltaFlyer ;-)
DeltaFlyer - The Only Programmer To Crash With Style.