blob: 54b31e28b3ecf7bf16bc7fc2d01debcf1b5d7083 [file] [log] [blame]
<!-- Script that starts a download when invoked. -->
<script>
function startDownload() {
window.location.href = 'download-test1.lib';
return true;
}
</script>
<body>
</body>