I am trying to render a PDF file in JSP file and used <object> HTML tag. It's displaying the PDF file in most of the browsers, but not in IE.
I searched on Google and found some posts which are suggesting me to use <embed> and <iframe> HTML tags. I have used those, but still no luck.
How is this caused and how can I solve it?