Hello everyone,
I've been struggling with a problem while testing an include of a *.js file in a webpage. The situation is that the js file is on one https server (i.e. https://www.abc.com/include.js), and the page including it is on another (i.e. https://www.xyz.com/index.html).
Browser and OS testing showed that certain versions of IE on certain Windows OS' don't process this include, naturally resulting in errors on the calling page. I've more or less tracked it past the programming down to security aspects, as it more or less consistently works after adding the server housing the js to the 'trusted sites' in the IE options.
As I wasn't able to find anything usefull in the extensice google results I'd be thankfull for any experience you can share.
Thanks