English Deutsch Français Italiano Español Português 繁體中文 Bahasa Indonesia Tiếng Việt ภาษาไทย
All categories

i need to know how to make a downloadable link. for example when i click it i want the download dialog box to pop up in my browser....n would ask that would u like to open this file or save it to ur computer.., how would i do this?

2006-06-07 20:49:37 · 2 answers · asked by raj 2 in Computers & Internet Programming & Design

2 answers

If it's something your browser doesn't know what to do with or can't read, it will prompt you for a download/open box.

You can also right click on a link and choose "Save as..." to download the link.

2006-06-07 20:53:25 · answer #1 · answered by Eric 2 · 0 0

The file will have to be stored on a web server for it to be accessible to the browser, unless you are making web pages to organize stuff on your local computer.

Hyperlinks are also known as "anchors" in HTML-speak. This is why the tag to create links is named "A".

In order for your A tag to point to a file or path, it needs to have an HREF attribute.

for instance:
the text description of the link goes here

2006-06-07 21:34:09 · answer #2 · answered by Swanhart 2 · 0 0

fedest.com, questions and answers