Bonjour à tous,
Dans un site web j'ai code javascript qui me permet d'afficher un pdf dans une iframe :
Ce code fonctionne très bien sous IE7 sur XP mais sous IE7 sur vista le pdf s'ouvre dans dans une nouvelle fenetre et non dans l'iframe.Code:
1
2
3
4 function ShowPdf(url) { iframeDocuments.location.href = imageUrl; }
Quelqu'un sait il pourquoi et comment corriger ?