Hi All,
Does someone know how to validate an multiple selectbox?
I want to max the selection to 4. When they select the fifth they have to get an message which tell them they can only select 4 options.
<form method="_GET" action="post.asp" name="form1">
<select name="ckb" size="20" multiple="multiple">
<option>Value1</option>
<option>Value2</option>
<option>Value3</option>
<option>Value4</option>
<option>Value5</option>
<option>Value6</option>
<option>Value7</option>
</select>
</form>
Thanks in advance.
TanTrazz
Does someone know how to validate an multiple selectbox?
I want to max the selection to 4. When they select the fifth they have to get an message which tell them they can only select 4 options.
<form method="_GET" action="post.asp" name="form1">
<select name="ckb" size="20" multiple="multiple">
<option>Value1</option>
<option>Value2</option>
<option>Value3</option>
<option>Value4</option>
<option>Value5</option>
<option>Value6</option>
<option>Value7</option>
</select>
</form>
Thanks in advance.
TanTrazz