hi
i have a jsp page in which i want user to enter values.
the page has a table in which user has to enter his values.
what option will be best to implement this...a grid or a simple table.
but if i define a simple table , will the user be able to enter his values. i mean table is good for displaying something i guess.
what is a good option..??
suppose i have a table structure like this in which i have to get values from user
what is the best way to implement it
so if the table is very large how to implement this table in a best way??
can any one help me please.
or is there any other way say grid or something else. what is the best way??
Here data1 data2 data3..... are the values to be entered by the user.. which will be fetched in a servlet.these values are not static.
what is the best way to implement this page.
Swastik Dey wrote:Use some html editor like Frontpage/Dreamweaver etc, things will be much easier.
Be aware that WYSIWYG editors generally don't produce what I'd call "good code". In fact, I've found that it make the markup very difficult to deal with, especially from JavaScript, because it's so badly structured.