View Full Version : double href download code
wibumba
11-20-2005, 07:15 AM
Hello, I'm new here and I was wondering if there is an html or javascript code that allowed the downloading of two seperate files without having to use two seperate links. for example: I want to have a video available for download with the thumbnail file, both need to go in the same folder to work, but I can't just stick it in a zip file. any help would be much apreciated.
No :)
It's possible to have two different downloads start at once, but the user would still get two confirmation/path selection boxes, and I don't think that's what you want.
wibumba
11-20-2005, 10:39 PM
If they only have to click one link it would be perfect :)
Well then, you can use something like:
<a href="file1.fil" onclick="window.open('file2.fil');">Text</a>
deepakverma.hdfc
08-02-2008, 06:03 AM
Can you told me the HTML code ang tag to download files and folders
rangana
08-02-2008, 07:42 AM
Can you told me the HTML code ang tag to download files and folders
Just link it to the zipped file and you'll be fine.
code_junky
08-03-2008, 01:57 AM
I think flash would be the best way to go in that case.
Powered by vBulletin® Version 4.2.2 Copyright © 2021 vBulletin Solutions, Inc. All rights reserved.