RE: displaying the list items in a ticker

2003-12-10 Thread Raymond Camden
Are you asking for DHTML help (for the ticker) or just how to loop through
the list? If you just need to loop through the list

cfloop index=item list=#theList#
	cfoutput#item#/cfoutputbr
/cfloop
 [Todays Threads] 
 [This Message] 
 [Subscription] 
 [Fast Unsubscribe] 
 [User Settings]




RE: displaying the list items in a ticker

2003-12-10 Thread Raymond Camden
Sorry, I haven't worked in DHTML in ages. I'd much rather work in Flash. ;)
As it stands, I bet if you Googled for dhtml ticker, you would probably find
a bunch of scripts.
 [Todays Threads] 
 [This Message] 
 [Subscription] 
 [Fast Unsubscribe] 
 [User Settings]




RE: displaying the list items in a ticker

2003-12-10 Thread mayo
this is a common js/dhtml script.

dhtmlcentral is a terrific resource
http://www.dhtmlcentral.com/script/search.asp?category=text

dynamicdrive.com has a lot of useful scripts:
http://www.dynamicdrive.com

http://www.dansteinman.com/dynduo/ is a good place to start picking up dhtml
tricks

and a quick google check retrieved: http://www.news-scroller.com/index.html

good luck

Gilbert Midonnet
 [Todays Threads] 
 [This Message] 
 [Subscription] 
 [Fast Unsubscribe] 
 [User Settings]