2

I am displaying pdf image using following code in a jsp file:

showcaflink="ImageGet?ImagePath="+ImagePath+"'";

<a href='"+showcaflink+"' id='autoshowcaf' onclick='hideMe()' target='myIframe' class='content3' style='font-family:Verdana; color:#06C; text-decoration:none; font-size:12px;></a>

//using iframe as

<iframe src="" name="myIframe" width="100%" height="700" frameborder="0" style="visibility:hidden; overflow:auto;" id="myframe"></iframe>

It is working fine for pdf images but not working tiff images that is always downloading. Any suggestions? it is in java

Mohammed haneef
  • 127
  • 2
  • 10

1 Answers1

0

Displaying PDF is browser's capability. If you use older versions of browsers even pdf files will get downloaded.

Arun
  • 125
  • 1
  • 1
  • 7