Home Articles FAQs XREF Games Software Instant Books BBS About FOLDOC RFCs Feedback Sitemap
irt.Org
#

Q2080 Can I set some default text to be displayed in the TextArea box?

You are here: irt.org | FAQ | HTML | Q2080 [ previous next ]

Simply insert your text in between the two TEXTAREA tags - for example:

<FORM>
<TEXTAREA ROWS="5">
This is the default text
</TEXTAREA>
</FORM>

©2018 Martin Webb