HTML: Downloading without right-clicking
I'm writing a web site with a mix of javascript and perl that's basically acting as an FTP program--the site is geared toward even people who don't know how to use an FTP program.Anyhow, I'm trying to create a button that, when clicked, will automatically show the file download dialogue box: the one that usually appears when you right-click (for Windows users) and choose "save target as . . ." Is there any way to do this using an HTML tag, or a javascript method?