Hello
I have a link
that shows a pdf in the browser.
What I need to get through a JavaScript function is to Download the pdf file rather than just show it in the browser.
Some master that could help me please??
Thank you in advance
I have a link
Code:
<p><a href="pdf/arm029.pdf"><span class="text">Board of Directors</span></a></p>
What I need to get through a JavaScript function is to Download the pdf file rather than just show it in the browser.
Some master that could help me please??
Thank you in advance
Comment