• Resolved Linksbreaker

    (@linksbreaker)


    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.

    • This topic was modified 9 years, 7 months ago by Linksbreaker.
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)

The topic ‘One Link Two Files’ is closed to new replies.