hi all,
we have a very simple requirement. A pdf file resides on the server. We want to have a link inside the jsp page, so when the user clicks the link the pdf file opens inside the browser.
Using pure html the simple code is:
<a href = "/document.pdf">Document</a>
when the user clicks above link, the pdf file opens inside the browser.
The above code does NOT work for jsp.
Can someone assist us.
thanks
Trajano