On Nov 4, 5:45 am, Pegasusrjf <
pegasus...@gmail.com> wrote:
> Well, after reading through the blog post and reviewing all my web
> pages I do have the script tag set to "text/javascript" The error is
> appearing on the direct URL to connect to the spreadsheet itself.
>
> I am not sure what I need to do in order to fix it at this point, but
> i am obviously missing something.
>
I have done more research, and the issue is the actual Query.send call
for the spreadsheet.
IE9 is seeing it as a mimetype of Text/plain, and not as script.
According to Fiddler this is where the error is occurring.
I have tried the different options (scriptInjenction, xhr, etc.) with
no resolution.
Not sure what else to try at this point.