Posted By:
Jeanne_Boyarsky
Posted On:
Tuesday, September 17, 2002 04:49 PM
Does anyone know of a way to dynamically disable/enable the select list in Javascript? The idea is that the select box should only be enabled when other form elements on the page are selected.
Workarounds I have seen on the web involve using Javascript events to disallow the user from selecting anything, but this doesn't have the effect of graying out the box. In particular, it's not obvious that the user shouldn't select it.
I know this is impossible in Netscape, but can it be done in IE?