“Ouvrir PDF dans un nouvel onglet JavaScript” Réponses codées

JS Open PDF dans un nouvel onglet

<!--Download or Open tab with PDF-->
<!--IN PURE HTML-->

<a href="PDF URL" download="pdf">Download</a>
<a href="PDF URL" target="_blank">View</a>
Rays

Ouvrir PDF dans un nouvel onglet JavaScript

window.open("Here Download PDF url", '_blank');
Mobile Star

Réponses similaires à “Ouvrir PDF dans un nouvel onglet JavaScript”

Questions similaires à “Ouvrir PDF dans un nouvel onglet JavaScript”

Parcourir les réponses de code populaires par langue

Parcourir d'autres langages de code