I’m using the following code to display a PDF document in IE:
<a class="menu" href="file://MyServer/MyFolder/MyFile.pdf">Click Me!</a>
This displays the PDF in the current tab… how can I make this open in either a new tab or, preferably, a new window?
This is how you display in a new window:
The target property can open any link (not just html or pdf) in other or the same window. Read about it here.