Remote_function in IE with select input onchange

Here is the code:

http://pastie.org/339967

Generated HTML: http://pastie.org/339969

This works great in Gecko and Webkit based browsers, but IE throws an
error: “Object doesn’t support this property or method”. Any clues?

Thanks,
Nik

Curious, how was the onchange event generated? Did you use
remote_function?

It’s been a while since I’ve used prototype for these calls - but I
know for a fact that this works using the jrails plugin and just
adding an onchange event to the pulldown via jquery and
remote_function.

HY