我想从liferay portlet 打开一个pdf 文件。我尝试使用 window.open() 但它不适合我。pdf 文件位于 c:\MyFolder
<tr>
<td>
<a href="" onclick="javascipt:window.open('C:\\MyFolder\\a.pdf');" class="popup">Click to open.</a>
</td>
</tr>
单击链接时,页面重定向到http://localhost:8080/web/guest/
。真的很感激有人的帮助。