Hi,
onchange ist nur logisch das es nicht ausgeführt wird, nur es ist doch beim drauf klicken erstmal egal ob das element das angeklickt wurde irgendwas damit macht?
Die MSDN definiert fuer disabled:
"When an element is disabled, it appears dimmed and does not respond to user input. Disabled elements do not respond to mouse events [...]"
- in gewissem Umfang also vielleicht verstaendlich, dass dann auch onclick nicht ausloest.
Und <http://www.w3.org/TR/1998/REC-html40-19980424/interact/forms.html#adef-disabled@title-HTML 4.0> definierte fuer disabled:
"When set for a form control, this boolean attribute disables the control for user input.
[...] In this example, the INPUT element is disabled. Therefore, it cannot receive user input [...]"
MfG ChrisB
--
„This is the author's opinion, not necessarily that of Starbucks.“
„This is the author's opinion, not necessarily that of Starbucks.“