I have to create an Image slider for which I am using:
\"Galleriffic plugin > http://www.twospy.com/galleriffic/\",
in the Image slider, al
I was now able to embed the PDF file IE using "" tag.
I replaced "" and "" tag with and its working fine now with all 3 browsers, Firefox, Chrome and IE.
There are 2 ways of embedding PDF in IE.
1st way: Call PDF directly in
Below is the updated code:
2nd way: if the browser doesn't have PDF reader the u can call an HTML page in which contains tag .
Below is the code for 2nd option
Code for "pdf.html"
This worked for me!!!
Here is the WORKING Fiddle : http://jsfiddle.net/stmjvz4f/
Hope it will be helpful for others in future!