Search
 
SCRIPT & CODE EXAMPLE
 

HTML

js open pdf in new tab

<!--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>
Comment

javascript open pdf in new tab

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

PREVIOUS NEXT
Code Example
Html :: how to disable shadow in bootstrap button 
Html :: html text alignment 
Html :: electron reload html 
Html :: how to add css to html 
Html :: embed maps responsive 
Html :: html bold text 
Html :: how to add a image file in html 
Html :: how to make new line in html paragraph 
Html :: nav bar in bootstrap 
Html :: html make a table with two top headers 
Html :: bootstrap font-weight bold 
Html :: javascript remove the current tr with click 
Html :: html download link 
Html :: how to add an image to my web page from my computer 
Html :: meta redirect 
Html :: markdown table cell multiple lines 
Html :: cache control html 
Html :: what does :root do in html 
Html :: curl html file 
Html :: coreui primary color 
Html :: html input box integer only 
Html :: css loading spinner img 
Html :: tailwind flex shrink 
Html :: html quotation 
Html :: html lazy load images 
Html :: text without html laravel function 
Html :: slider video play 
Html :: when does useeffect return run 
Html :: edit button html 
Html :: array in html form 
ADD CONTENT
Topic
Content
Source link
Name
3+7 =