Adding a new image (img tag) to the document in Internet Explorer
C / C++ / MFC
1
Posts
1
Posters
0
Views
1
Watching
-
Hi everone, I'm developing an Internet Explorer add-on,which will put an extra image on the document's specified location.Everything works fine,but Internet Explorer won't display the image if it is located in the local system (the user's computer,i mean).Since I'm sure the image url (formed as '
file://c:/folder/image.gif
') is correct and IE displays images on the internet,I think it's a kind of security feature of IE. Does anyone have any idea on how I can put a local image on the document without asking the user to alter security settings?:~