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 Feb 28, 2002
John Zukowski The disabled attribute of the select tag does this. HOWEVER, it is IE specific.