Re: TEXT AREA ROWS IN HTML



"SSG" <ssg14j@xxxxxxxxx> wrote in message
news:1169326260.530702.127790@xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
In HTML , I need textarea box with 4 rows & 5 cols . But if I enter the
4 th row, it shouldnt allow 5 th row...

Only 4 rows should be accepted, can anyone tell me hw to creat text
box?

You can't.

http://www.w3schools.com/tags/tag_textarea.asp

However, you can restrict the number of characters
or line-feeds entered via "onchange" and scripting.


.


Loading