I opened the page up in IE9 and used the developer tools to run onInitKor() manually, and this is the error I got:
SEC7112: Script from http://spreadsheets.google.com/tq?key=0As8yTIMYNMU0dDY3azJOdTNlTmZST1k3Wlk0UjNIRmc&pub=1&headers=1&tq=SELECT%20*&tqx=reqId%3A4 was blocked due to mime type mismatch I was able to make that error go away by appending the option {sendMethod: 'xhr'} to the end of the query: var query = new google.visualization.Query( 'http://spreadsheets.google.com/tq?key=0As8yTIMYNMU0dDY3azJOdTNlTmZST1k3Wlk0UjNIRmc&pub=1&headers=1', {sendMethod: 'xhr'}); Doing this causes IE to throw the security risk warning; if you click continue, the table loads properly. -- You received this message because you are subscribed to the Google Groups "Google Visualization API" group. To view this discussion on the web visit https://groups.google.com/d/msg/google-visualization-api/-/T1JoTEsySGJaZWNK. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/google-visualization-api?hl=en.
