Hello,
I am getting script showing when i use ComponentLoader with
LoadMode = Component
. In the controller i am returning a Container using
return this.ComponentConfig ( oContainer )
. When it renders to the page it displays script that looks like this...
Click image for larger version. 

Name:	Capture.PNG 
Views:	22 
Size:	87.5 KB 
ID:	24948
I now it is not an issue with the container because it loads fine if i do not use a ComponentLoader. As i mentioned, it works fine in Chrome and Firefox with the ComponentLoader.

I have tried
LoadMode=Script
but again it does not work in IE...first of all it asks me if i want to save the returned json and secondly it does not fire the "success" event handler.