C
Colette M
Guest
I have been using the code below, I have used it successfully but I do not want the html page to be opened in a new browser, I just want it to open in the original browser where this link will be.
<a href="one.html" onclick="window.open(this.href);window.open('two.pdf');return false">Open a page and a pdf</a>
<a href="one.html" onclick="window.open(this.href);window.open('two.pdf');return false">Open a page and a pdf</a>