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
I recently had a very similar problem and solved it by placing the input in a div and moving the onClick to the div.