Dear Experts
I have a select menu lets say
[HTML]
<select id="textAds" name="textAds" multiple="true" >
<option value="3">Zinga r Burger</option>
<option value="5">Pakis tani Biryani</option>
<option value="54">Hot Chick Pizza</option>
</select>
[/HTML]
and I want if user has made his selections for once, he cant do it again. Means the select menue becomes readonly (no disable, bcoz disable fields cant retrived on server).
Do you have any idea to to this, I will be very thakful to you.
regards
I have a select menu lets say
[HTML]
<select id="textAds" name="textAds" multiple="true" >
<option value="3">Zinga r Burger</option>
<option value="5">Pakis tani Biryani</option>
<option value="54">Hot Chick Pizza</option>
</select>
[/HTML]
and I want if user has made his selections for once, he cant do it again. Means the select menue becomes readonly (no disable, bcoz disable fields cant retrived on server).
Do you have any idea to to this, I will be very thakful to you.
regards
Comment