function downloadFile() { var a = document.createElement('a'); a.setAttribute('download', ''); a.href = 'images/nuevas/xlink17demo.zip'; a.click(); }