I developed google script page and tried in IE9, IE10, Google Chrome.
IE10 and Google Chrome worked well, but IE9 didn't support google script code.(just shown 'loading' and no more response)
Am I missing some code for IE9 in google script?
Or IE9 originally doesn't support google script?
Please let me know.
I tried your link out on IE9
The default docs mode of the page is Quirks Mode. This causes the following 404 error:
GET /macros/s/AKfycbzTYiaz6ajyE98Nj-59o67ZSWWpmaYVJ6Bi0rZjtmOO84f6iiiU/gwt/undefined.cache.js
If I change the Document Mode to IE9 Standards, it works fine. IE8 Mode works fine, IE7 doesn't. (Stays on Loading...)
It looks like a bug in Google Script, that is if you aren't doing any specific rendering based on user agent/browser? Update: Issue #3465 raised on Google Script issue tracker.