1 2 3 4 5 6 7 8 9
<!-- Script that starts a download when invoked. --> <script> function startDownload() { window.location.href = 'download-test1.lib'; return true; } </script> <body> </body>