ajidnair
Joined: 07 Jun 2006 Posts: 1
|
Posted: Wed Jun 07, 2006 1:25 pm Post subject: Problems with Select Box |
|
|
Hi all,
1. The user shouldnot select more than 2 selections.
2. The selected items should come on the top of the box.
3. It should seem as selected.
Plz help...
This is the sample code
<select name="farea"size="5" multiple class="textboxes1" >
<option selected label="Mumbai" value="Mumbai">Mumbai</option>
<option label="Delhi" value="Delhi">Delhi</option>
<option label="Trivandrum" value="Gurgaon">Gurgaon</option>
<option label="Bangalore" value="Bangalore">Bangalore</option>
<option label="Trivandrum" value="Hyderabad">Hyderabad</option>
<option label="Trivandrum" value="Trivandrum">Trivandrum</option>
<option label="Trivandrum" value="Noida">Noida</option>
</select> |
|