[thelist] Disabling & re-enabling options

James Aylard evolt at pixelwright.com
Fri Sep 27 14:10:09 CDT 2002


Fernando,

> "The following elements support the *disabled* attribute: BUTTON, INPUT,
> OPTGROUP, OPTION, SELECT, and TEXTAREA."
>
> But it doesn't work that way, at least on this IE 5.5 :-(

    You might want to try that again. You can disable a select element in
IE/Win32 since IE 4, e.g.:

<select onchange="this.disabled = true;">
  <option>1</option>
  <option>2</option>
  <option>3</option>
</select>

    If you continue to have problems, please post a snippet of your code or
a URL where others can review it to see what might be going on.

James Aylard




More information about the thelist mailing list