no actually I'm asking for some DHTML help. The idea behind is that I call a webservice which returns a comma separated list of items, I then display each item in a div or somewhere in the browser one after the other. I don't have a clue how to do this. I'd appreciate your help

Best Regards
CF Coder

>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