---------------------------
Windows Internet Explorer
---------------------------
TypeError:Object expected
---------------------------
OK
---------------------------
Everything used to work.
The application got broken when it was deployed to a different web server.
I cleared the cache.
It worked.
Apparently, the encoding of my previous web server was different from the encoding set on my new server so some of the javascript code broke. The code with a different encoding was still on the cache.
Windows Internet Explorer
---------------------------
TypeError:Object expected
---------------------------
OK
---------------------------
Everything used to work.
The application got broken when it was deployed to a different web server.
I cleared the cache.
It worked.
Apparently, the encoding of my previous web server was different from the encoding set on my new server so some of the javascript code broke. The code with a different encoding was still on the cache.