One Link Two Files
-
Hi There. I love this plugin. It’s very useful.
I have the following question; Is it possible to add two files in one button?
That is, no two different versions of the same file. It means two different files.It may be something like this:
<!-- OPEN TWO LINKS --> <script> function OpenTwoLinks(url){ window.open(url, '_blank'); } </script><a href="javascript:void(0);" onclick="OpenTwoLinks('http://yahoo.com'); OpenTwoLinks('http://google.com');" target="_blank" title="">Download Two Files</a>Thanks in advance.
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
The topic ‘One Link Two Files’ is closed to new replies.