I'm not exactly sure what you're asking. By default, the user should get a prompt if they click on a link for a zip file. Are you looking for something like this?
Code:
<script>
function getZip(){
if(prompt('Are you sure you want to download this?')){
location.href='myZip.zip';
}
}
</script>
Adam while(ignorance){perpetuate(violence,fear,hatred);life=life-1};
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.