function download() {
window.location.href = "file.zip";
}

<body onLoad="download()">

spero abbia senso!