Click here to Skip to main content
15,885,895 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
How do you open a pdf or media file in an iframe inside a html page?
internet explorer can't open pdf
Posted
Updated 31-Mar-10 7:17am
v6

The default way:

<iframe src="xxx.pdf">
</iframe>


However, you should keep in your mind few things:
1. Not all browser versions allow online viewing of PDF files. Firefox, for instance, requires installation of Adobe Reader plug-in first.
2. Some download applications automatically grabs the PDF file and starts downloading it.
3. HTML is not very flexible. You should consider other techniques.
 
Share this answer
 
dosn't work again
and i have many problem
first my open method in ajax opject dont work in internet explorer
and ifram not open pdf file in the same page
 
Share this answer
 
v3

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900