Page 1 of 1

JSP page giving problem in new window

PostPosted: Mon Dec 03, 2007 12:25 pm
by Soumya
Hai all,

1st time i am posting my problem in this forum, hope i will get back some solution.

in my web-page i have a link. the link path is given to a word document present in a local drive. to open the file in a new window i have written the code like this

Code:
<a href="file:///C:/New/one.doc" target="_blank">Open New</a>


this page is in tomcat server. now problem is in IE file is opening in a new window but in Mozilla FireFox it is not opening.

Thanks in Advance

PostPosted: Wed Oct 01, 2008 10:09 pm
by hakan
have u tried without ""file:///"" ?

if u try C:/New/one.doc it will work i think.