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: Select all
<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




