First time here? Check out the FAQ!
I used iframe for view pdf file
It's working on firfox but it's not working in IE
<iframe id="iframe" src="http://www.gradsch.ohio-state.edu/Depo/ETD_Tutorial/lesson2.pdf"
width="600px" height="400px" style="border: 1px solid gray" />
another way to view Click here fiddle link
Asked: 2013-03-19 09:30:20 +0800
Seen: 66 times
Last updated: Mar 19 '13
I have checked your code in IE9 and it is working fine.
In which version of IE you are facing this issue?
iamsudhir4u ( 2013-03-19 10:02:46 +0800 )editthanks sudhir it's working in ie 9 but it's not working in IE 8 and lower version
hswain ( 2013-03-19 10:09:42 +0800 )edit