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#</cfoutput><br>
</cfloop>
[Todays Threads] [This Message] [Subscription] [Fast Unsubscribe] [User Settings]

Reply via email to