Dynamic selectable data inside a css scroll-box Question

JavaScript and client side scripting.

Moderator: General Moderators

Post Reply
redtail
Forum Newbie
Posts: 4
Joined: Thu Feb 18, 2010 11:12 am

Dynamic selectable data inside a css scroll-box Question

Post by redtail »

I know this can be done, but I'm having problems finding an example of it.

Here's what I'm trying to do:

I've got php/mysql data coming in from a database into a css-scrollbox and want that
dynamic text (summary data) to be selectable. When selected, I want to display the detail field from
the record selected, into another display box area on the same screen. Sort of like a 'reader.'

Any examples?
Last edited by redtail on Fri Feb 19, 2010 6:44 pm, edited 1 time in total.
User avatar
kaszu
Forum Regular
Posts: 749
Joined: Wed Jul 19, 2006 7:29 am

Re: Dynamic selectable data inside a css scroll-box Question

Post by kaszu »

"ajax" since you asked this in javascript forum
redtail
Forum Newbie
Posts: 4
Joined: Thu Feb 18, 2010 11:12 am

Re: Dynamic selectable data inside a css scroll-box Question

Post by redtail »

kaszu wrote:"ajax" since you asked this in javascript forum

Do you have any examples that I can look at (sites, etc...)?
Post Reply