Description: IE forces the .value of a TEXTAREA to be readonly if the textarea is named "keywords". You can therefore not change the value with Javascript.
Solution: Name it something besides "keywords" and it'll work.
This took me seems-like-forever to figure out. Grrr.