I recently created a script that does the same.  Just stick the variable for
the textarea in between the textarea tags.

<TEXTAREA NAME=\"message\" COLS=\"60\" ROWS=\"4\">$FORM{message}</TEXTAREA>;

Hope that helps,

Barrie
----- Original Message -----
From: "Sally" <[EMAIL PROTECTED]>
To: "perlcgi" <[EMAIL PROTECTED]>
Sent: Friday, July 27, 2001 7:06 PM
Subject: text areas


> I'm using an html text area in a perl script and when the form is
submitted
> I need the contents of the text area to appear on the next page, still in
> the text area. I know this is possible with normal text boxes, but is it
> possible with text areas,
>
> Regards,
>
> Sally
>
>
> --
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
>
>


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

Reply via email to