Problem in open attached file

Joined
Nov 3, 2007
Messages
1
Reaction score
0
Hi , I am writting a code for view back attached file content and it works well in eclipse. When I use the same method in IE, but the file cannot open up to view. If any one has idea about open attached file then pls reply me.


Thanks in Advance.

Example code as below:

urlAdd=c:/documents and Settings/desktop/suba/quotation.txt
f2=quotation.txt
<a href='file:"urlAdd"' target='_blank'><font color=magenta>"f2"</font></a>
 
Last edited:
Back
Top