Know about Textarea vertical scroll JSP

Asked By 30 points N/A Posted on -
qa-featured

Hello,

I want to know about how to use scroll bar in text area of jsp. Please send me the tutorial for text area vertical scroll jsp. 

Regards,

Edwaard Lee

SHARE
Answered By 10 points N/A #131020

Know about Textarea vertical scroll JSP

qa-featured

Hi Edwaard,

It is very simple to show scroll bars. You just need to give rows and columns for your textarea. Please check the following code in your browser. 

<textarea name ="textarea1" rows="3" cols="5">

It will automatically shows the scroll bar when it will occupy all the available space means on the 4 row according to the example it will show the scroll bars. I hope it will help you.

Thank you.

 

Related Questions