I have a page that contains PDF File in it. Luckily, it works in IE. But when I run it in chrome, it gives me this error : 
I googled it and it seems like chrome isn't already allowing us to view PDF's now. Here is the code for embedding PFD :
<div id="pdf" style="width: 100%; height: 100%;"> <iframe src="C:\Users\jmanaban\Downloads\Programming Handbook.pdf" style="width: 100%; height: 100%;" frameborder="0" scrolling="no"> <p>It appears your web browser doesn't support iframes.</p> </iframe> </div> So the question is, is there still a way or alternatives to embed PDF files in chrome without using any extensions or plugins just like IE? How am I gonna do it? Thanks in advance.
I still didn't this one appear
<p>It appears your web browser doesn't support iframes.</p> so I think there's still hope.