I have a form field that starts out disabled and has an onClick to enable it. The onClick doesn\'t fire (at least in FF) nor does a simple alert(1);.
The hacky vers
You can add a div over the input that is disabled: check it out