scroll

Gusy is there any way that i can sroll while inputting data into many text field.I mean at a time only 5 text input fields should be visible (1 input text field per row ) and the remaining should be hidden.The user should be made to scroll if he want to enter data into more input field.

Some body suggested using Javascript to do that,but still I have this gut feeling that HTML or JSP may have some facility which will allow me to do that.

Anyway,I am thinking of using JSP with lots of java code to achieve my result.It looks like very time consuming.

Any help will be appreciated.

[623 byte] By [manohar2] at [2007-9-26 2:39:30]
# 1
Use <SELECT NAME=platforms SIZE=5><OPTION>value1<OPTION>value2<OPTION>value3<OPTION>value4<OPTION>value5</SELECT>this will give u a scroll down text box with 5 values displayed.
vishvesh_obla at 2007-6-29 10:12:09 > top of Java-index,Enterprise & Remote Computing,Web Tier APIs...
# 2

Visvesh ,I am not looking for display field.I am looking for entry field.I mean I want ,say 20 text entry fields ,with only 10 displayed at a time and the remaining 10 hidden under the scrolled list.

e.g I am looking for 20 fields ,each looking like something below,but in a scrolled manner.

<INPUT TYPE="text" NAME="EntryField1" SIZE = "4" MAXLENGTH="4" ></INPUT>

Help.

manohar2 at 2007-6-29 10:12:09 > top of Java-index,Enterprise & Remote Computing,Web Tier APIs...