mind == blown

jacob:

I just realized that you can’t have a Javascript variable and an element ID with the same name in IE. That’s what this is trying to tell you:

Object doesn’t support this property or method

That’s because IE automagically creates JavaScript variables for any elements with an ID.

(this post was reblogged from jacob)