Images are not printing in IE9 with <img src="https://..... .jpg " />

D

D_Rox

Guest
I am trying to print a web form with images. Images are set with the use of <img> tags. Src of img tags have reference to different images in a server with https:// protocol. When I have loaded the form, i can see all images being load successfully. But when I printed the form it does not have those images with <img src="https://.... .jpg" />
I have tried setting up "print background colors and images" in print settings. But it didn't solve the issue. This is not happening in IE8. IE8 prints all images without even checking the print setting. IE9 does not seem to grab the image when it is being sent to print. I have also tested this with Chrome and Firefox. Both works fine.
I am not sure whether this is a bug with IE9. Some help would be greatly appreciated.
Thank you.

Continue reading...
 
Back
Top