On Sat, 21 Sep 2002 06:04:56 -0700, [EMAIL PROTECTED] (Ramon Hildreth)
wrote:

>Hi,
>I would like to create a form that loads text into a text/area box for
>editing. So far in the books that I have
>I only see how you can post that is added to the text/area only. In my case
>I would like the html or cgi page to load
>with the text/area box already containing text.
>

print<<EOHTML;
<html>
<body>
<FORM METHOD=post ACTION="http://www.example.com/foo.cgi";> 
<TEXTAREA ROWS=3 COLS=40 NAME="comments">4 score and 7 years
ago.....</TEXTAREA>
</form>
</body>
</html>
EOHTML


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

Reply via email to