Hey guys.
I have a serious problem. I have a website opening a popup window.
Then I populate the new window with content via JQuery. Works perfect.
Amongst others I have image tags that are pushed into the new window.
Firefox is perfectly able to show these pictures in the popup if I open
the site locally. But Internet Explorer is only able to do so when the site is
online.
The local path to the file seems to be right because if I create a new html file
and reference the image the same way Internet Explorer DOES show the image.
It's not working in a popup window... why is that?
Is there anything I can do that pictures are shown locally in a popup window?
Where is the difference between a local html file and a dynamically created one?
Best,
Mark