Hi there,
I have a vertical scroller javascript that scrolls automatically. Right now, all the content in the scroller is entered manually in HTML within several <div>, for ex.
<div id=1>first row content</div>
<div id=2>2nd row content</div>
<div id=3>3rd row content</div>
and so on..
I have a database that has certain values that I want to just grab from and place in these divs, how do I do that?
Thanks in advance.