Checked At:07:42
4 Guests
0 Users
Online doing the past 15 Minutes!
brugbart.com - Edition/Last Updated: 13. October 2008
Posted The: 02/09/2008 - AT: 9:15
The textarea element in html is used togetter with forms to submit data to the server, sometimes it may also be used to show code examples.
When using the textarea to submit data, be sure to use server-side validation as well as client-side.
Standard Attributes.
| Attribute: | Value: | Description: | DTD: |
| Attrs | Other Attributes | Common, I18n, Event | STF |
| name | Character Data | name of element | STF |
| rows | GET|POST | Rows of textarea. | STF |
| cols | ContentType | Columns of textarea. | STF |
| disabled | disabled | disables the element | STF |
| readonly | readonly | STF | |
| tabindex | NUMBER | Position in tabbing order. | STF |
| accesskey | {CHARACTER} | Key for accessibility. | STF |
| onfocus | Script | The element got the focus. | STF |
| onblur | Script | The element lost the focus. | STF |
| onselect | Script | Some text was selected. | STF |
| onchange | Script | The elements value was changed. | STF |
DTD. Defines which document type the attribute is allowed. S=Strict, T=Transitional, F=Frameset.
<p><textarea cols="40" rows="5" name="textmsg"></textarea></p>
Author: BlueBoden
Comments: [0]


Checked At:07:42
4 Guests
0 Users
Online doing the past 15 Minutes!
This page was created in 0.075334072113 seconds
Welcome Guest