How can i make a combo box in HTML disabled like we can't drop down the list for selection but a value will be there by default selected?
Created May 7, 2012
John Zukowski The disabled attribute of the select tag does this. HOWEVER, it is IE specific.