Hi guys,
I've got this part of xml code
all docbase link to pdf files, and they open pdf files in a new window, but I want it opens in new IE window. So I can have navigation bar in IE window as there's no navigation bar in acrobat reader.
So the question is, is there any command should I add to get all the pdf link open in new IE window ?
and could you guys let me know where exactly or which line should I put that command line to ?
Thx guys, greatly appreciated.
I've got this part of xml code
Code:
- <Context path="/awn" docBase="../../ANav/Web" debug="0" reloadable="true">
<Logger className="org.apache.catalina.logger.FileLogger" prefix="localhost_anav_log." suffix=".txt" timestamp="true" />
</Context>
<Context path="/pdfboeing737800SRM/" docBase="../../PDF/SRM_R25/" debug="0" />
<Context path="/pdfboeing737800SRM" docBase="../../PDF/SRM_R25" debug="0" />
<Context path="/pdfboeing737800FMSM/" docBase="../../PDF/FMSM_R7/" debug="0" />
<Context path="/pdfboeing737800FMSM" docBase="../../PDF/FMSM_R7" debug="0" />
<Context path="/pdfboeing737800DDG/" docBase="../../PDF/DDG_R11/" debug="0" />
<Context path="/pdfboeing737800DDG" docBase="../../PDF/DDG_R11" debug="0" />
all docbase link to pdf files, and they open pdf files in a new window, but I want it opens in new IE window. So I can have navigation bar in IE window as there's no navigation bar in acrobat reader.
So the question is, is there any command should I add to get all the pdf link open in new IE window ?
and could you guys let me know where exactly or which line should I put that command line to ?
Thx guys, greatly appreciated.