开发者

dhtml? click here to expand box or similar

I have a jsp page with a table with showing lots of data, i want to split it so it shows some 开发者_如何学编程of the data in the box rather than in the table (too much to show).

Not sure if this is the best way to do it...

For example, if had a column (username), for each row of data, the username could have a onhover/click event that would trigger the extra data for that row to show in a box of some sort.

How could i do this?


you'll need to create another jsp or just a servlet that accepts a parameter ('username') and returns additional data. For displaying the box you can use ajax or simple iframe tag. To make it look fancy I'd suggest using jQuery and browse its plugins.

0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜