I have been using a technique (or trick) for years now. I use this to download swf, pdf, movie, document and many other files on the internet.
There is no special about this technique. All you need is the link or URL of the said file, an HTML file, and the <a> tag and of course an internet connection. Here's where the trick comes, after putting the URL inside the <a> tag, run the HTML file you just created. Right-click on the link and in the pop-up menu that appears, select "Save Link As..." for Firefox users or "Save Target As..." for IE users and then save the file.
See the HTML source code example below:
<html>
<head>
<title>Download Trick</title>
</head>
<body>
<a href="http://www.xml.com/2002/01/23/svg/cubes.swf">
download me
</a>
</body>
<html>
Now, copy the source codes above, create an HTML file and start downloading files from the internet.
To test the source code above, I have added the same <a> tag here: download me
2 comments:
Battcom Sir!
hi!who's kabalweg?joel badinas?its me lancelot.this post was a big help.thanks. now i know how to download those kinds of file.i'm really working on creating my own website created by myself of course.ill be a regular visitor on this site of yours.since its an online tutorial for web designer wannabes like me.if possible,please post topics on "how to make your own template on your blog".i really want to learn.thnks.
regards to your family,.
lancelot catan
Lance,
Thanks for visiting here. This trick really works. All files in a webpage has URL embedded in the webpage. you just have to find that URL and use the trick I describe here to download it.
I'll try to post blogger template tutorial next time.
Post a Comment