Is it possible to open Tiff images in IE, just as BMP opens in IE. When I try to assign the iframe source as a tiff image, it opens a save dialog. I want to display a tiff image inside an IE page.
Below is an example that I tried
<iframe src='C:\Users\XYZ\Desktop\Untitled.tif'; id ='hello'></iframe>
source
share