This code loads the file "test.pdf" into the div.
<div>
<object data="test.pdf" type="application/pdf" width="600" height="500">
alt : <a href="test.pdf">test.pdf</a>
</object>
</div>
<div>
<object data="test.pdf" type="application/pdf" width="600" height="500">
alt : <a href="test.pdf">test.pdf</a>
</object>
</div>
Comments
Post a Comment