Hi all, now i am developing official web site for our company, we have some exefiles, textfiles on the net, we want to provide some hyperlink to download these file from the net, how to achieve it. i tried with <a href=ftp://servername/filename.txt>download</a> but it is not working, can any one help me as how to achive it. thanking you vishnu
Marilyn de Queiroz
Sheriff
Joined: Jul 22, 2000
Posts: 9001
posted
0
Originally posted by vishnu murthy: i tried with <a href=ftp://servername/filename.txt>download</a> but it is not working, can any one help me as how to achive it.
<a href=http://servername/filename.txt>download</a> will work if it is a zip file. If you use this with a txt file, the client will see the txt file displayed. They could cut and paste or they could right click on the link and use saveTargetAs
Just some ideas.
JavaBeginnersFaq "Yesterday is history, tomorrow is a mystery, and today is a gift; that's why they call it the present." Eleanor Roosevelt
Thomas Paul
mister krabs
Ranch Hand
Joined: May 05, 2000
Posts: 13974
posted
0
This has nothing to do with Java. I am moving it to the HTML forum.