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.

