Looks good to me. Just loop the list and add what ever you need, like a 
line break.


<cfloop list="#ShowFavoriteLinks#" index="x">
<cfoutput>

#x#  <BR>

</cfoutput>
</cfloop>



Stuart Duncan
MaracasMedia Inc.


At 01:13 PM 9/26/00 -0400, you wrote:
>I am making a customizable home page for our intranet. I have a list of all
>of the hyperlinks that are used on the site. I want the end user to be able
>to choose a number of links from the list so that they appear on their
>customized home page.
>
>Right now I have the drop down list working well, and the URLS that are
>chosen are written to a cookie file. But, of course, the cookie file returns
>a comma delimited list of the URLs, all at once. I want to be able to parse
>that cookie and actually show a list of the hyperlinks on the users screen.
>
>What gets returned right now, the value of #ShowFavoriteLinks#, looks like
>this:
>
>http://ijbu.tij.wb.xerox.com,http://www.yahoo.com,http://www.cnn.com
>
>I may be going down the totally wrong path. If so, please say so!
>
>
>--------------------------------------------
>Tim Claremont
>Xerox Corporation
>--------------------------------------------
>------------------------------------------------------------------------------
>Archives: http://www.mail-archive.com/[email protected]/
>To Unsubscribe visit 
>http://www.houseoffusion.com/index.cfm?sidebar=lists&body=lists/cf_talk or 
>send a message to [EMAIL PROTECTED] with 'unsubscribe' in 
>the body.


------------------------------------------------------------------------------
Archives: http://www.mail-archive.com/[email protected]/
To Unsubscribe visit 
http://www.houseoffusion.com/index.cfm?sidebar=lists&body=lists/cf_talk or send a 
message to [EMAIL PROTECTED] with 'unsubscribe' in the body.

Reply via email to