On 4/4/02 10:41 AM, Josiah Altschuler <[EMAIL PROTECTED]> wrote:

Hi Josiah,

> Hi.  Does anyone know how to make a save button on a web page so that when a
> client user clicks on it, a CGI program will send a text file to that
> client?

This has nothing to do with Perl. It's an HTML question.

To answer it, though, you'd do it just like you always would: link to a text
file, or, if you want to be sure the user's browser will save the downloaded
file, zip it.

Example:

<a href="textystuff.txt.zip">Download this document</a>

Just plain old HTML.

-- 
Michael


-- 
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to