help with selecting

hi all,

i have a jsp page which retrieves data from a table and it works fine. i was wondering how would i make it that when a user selects a head title then the specific grade and comment under that heading should be shown. e.g. say there is a head title 'Correctness', if the user selects it then the grade and comment, which is for that heading, should be shown.

i have a table for it which is like this:

headpk

g1

comment1

g2

comment2

g3

comment3

any ideas would be appreciated.

thanx

[563 byte] By [JAVAa] at [2007-10-2 8:53:25]
# 1

you could put that data on the page as hidden and then unhide it when they hover over the column. Or you could set the title equal to the extra information.. this would pop up when the user hovers over it (can be a problem displaying multiple lines depending on the browser)

There are several other ways to do this.

gmachamera at 2007-7-16 22:57:13 > top of Java-index,Enterprise & Remote Computing,Web Tier APIs...
# 2
hithanks for the reply. Could you give me an example of some sort.thanx
JAVAa at 2007-7-16 22:57:13 > top of Java-index,Enterprise & Remote Computing,Web Tier APIs...