i have two select option for time selecting if i would select one value say 9:00am from one select tag 9:00am should be disabled from other select tag code is
<select>
<option value="9:00am">9:00am</option>
<option value="10:00am">10:00am</option> </select> so on.
<select>
<option value="9:00am">9:00am</option>
<option value="10:00am">10:00am</option> </select> so on..
These are the two select tag ..
Thanks in Advance,
Ameeth