Salut à tous.

J'ai une page web "index.html" dans laquelle je souhaite integrer un fichier au format PDF. Celui - ci, se situe dans le dossier /img/
Voici mon code
Code : Sélectionner tout - Visualiser dans une fenêtre à part
1
2
3
4
5
6
7
8
9
10
<html>
<head>
<title>Document@Work</title>
</head>
 
<body>
<object data="img/Typon_presse.pdf" type="text/html" codetype="application/pdf" ></object>
 
</body>
</HTML>
Et biensur ca ne marche pas.
essayer à cette adresse si ca se trouve, c'est moi qui est un probleme pour le voir
http://www.dwork.fr
Mais pourquoi?

Merci