im try to embeed pdf file in html object
with mozilla firefox i dont have problem whit this code:
<object type="application/pdf" width="100%" height="800px">
<iframe src="file.pdf" width="300" height="400"></iframe>
</object>
and also with this code:
<object type="application/pdf" width="100%" height="800px">
<embed src="file.pdf" width="300" height="400"/>
</object>
firefox doesnt have any problem to open the file , Chrome , IE and other YES what can i Do to solve this issue ? thanks a lot best regards