<TEXTAREA ...>
| Usage Recommendation |
|---|
| use it if you use Forms |
|   |
|
In its simplest form,
gives us this form:
The contents between
gives us
The contents are interpreted as text only; HTML markup is ignored.
Theoretically the user can type unlimited amounts of text into the textarea field. In
reality the browser sets the limit, usually no more than 32 K. If you want users to
send in their latest novel, consider using
file upload.
<TEXTAREA ...><TEXTAREA ...><INPUT ...>onChange<TEXTAREA ...><TEXTAREA ...>NAMECOLSROWS<TEXTAREA ...></TEXTAREA>
<FORM ACTION="../cgi-bin/html/mycgi.pl" METHOD=POST>
your comments:<BR>
<TEXTAREA NAME="comments" COLS=40 ROWS=6></TEXTAREA>
<P><INPUT TYPE=SUBMIT VALUE="submit">
</FORM>
<TEXTAREA ...></TEXTAREA>
<FORM ACTION="../cgi-bin/html/mycgi.pl">
your response:<BR>
<TEXTAREA NAME="comments" COLS=40 ROWS=6>
John said
: I think it's a great idea
: but it needs more thought
</TEXTAREA>
<P><INPUT TYPE=SUBMIT VALUE="submit">
</FORM>
3727 West Magnolia Blvd #489, Burbank, CA, 91505, USA.
www.HTML-HTML.com