| You are here: DEVPPL ‹ Forum ‹ Programming ‹ Java Forum |
NOTIFICATIONS
|
|
|||||||||||||||
Login |
how to open pdf files in FireFox through jsp page?
1 post
• Page 1 of 1
0
how to open pdf files in FireFox through jsp page?
hi all,
i have a problem when i click the link in jsp page. whenever i am clicking the jsp page link it wants to open a pdf file, the pdf file is located in remote system. its working properly in Internet Explorer. but i am opning this in FireFox means its not opening. In firefox url that is not showing the exact path. optionally its showing like that:
http://172.16.2.21:9090/FMS/source/
journal/%5C%5C172.16.2.1%5C
copyediting%5CELS%5C
Manuscript_Screening%5CMS%5C
RDTEST%5C02-Process%5C
RDTEST-D-08-02051.fdf
and my jsp code whichever working fine in Internet Explorer is :
<%
String newpath="\\\\172.16.2.1\\copyediting
\\ELS
\\Manuscript_Screening\\MS\\RDTEST\\
02-Process\\RDTEST-D-08-02051.fdf";
%>
<a href="<%=newpath%>" target="dynamic"></a>
can any one solve my problem. as soon as possible. thanks in advance.
i have a problem when i click the link in jsp page. whenever i am clicking the jsp page link it wants to open a pdf file, the pdf file is located in remote system. its working properly in Internet Explorer. but i am opning this in FireFox means its not opening. In firefox url that is not showing the exact path. optionally its showing like that:
http://172.16.2.21:9090/FMS/source/
journal/%5C%5C172.16.2.1%5C
copyediting%5CELS%5C
Manuscript_Screening%5CMS%5C
RDTEST%5C02-Process%5C
RDTEST-D-08-02051.fdf
and my jsp code whichever working fine in Internet Explorer is :
<%
String newpath="\\\\172.16.2.1\\copyediting
\\ELS
\\Manuscript_Screening\\MS\\RDTEST\\
02-Process\\RDTEST-D-08-02051.fdf";
%>
<a href="<%=newpath%>" target="dynamic"></a>
can any one solve my problem. as soon as possible. thanks in advance.
- Randy_ortan
- Reputation: 0
- Posts: 12
- Joined: Thu Sep 11, 2008 7:34 am
- Highscores: 0
- Arcade winning challenges: 0
how to open pdf files in FireFox through jsp page? - Sponsored results
- Sponsored results
|
|