RE: Personalized links

2000-09-27 Thread Dick Applebaum
Yez, I guezz zo! At 9:44 AM +0100 9/27/00, Reynolds, Adam wrote: >You Americans really don't know how to spell. It's PERSONALISED! > :-) > -- Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/ To Unsubscrib

RE: Personalized links

2000-09-27 Thread Reynolds, Adam
You Americans really don't know how to spell. It's PERSONALISED! :-) > -- > From: Mark Ireland[SMTP:[EMAIL PROTECTED]] > Sent: 26 September 2000 23:57 > To: CF-Talk > Subject: Re: Personalized links > > > > At this point I

Re: Personalized links

2000-09-26 Thread Mark Ireland
At this point I would consider ListToArray(lURLs) and just use a number from the select box to get the string from the array. . . At 01:13 PM 26/09/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

RE: Personalized links

2000-09-26 Thread Bob Silverberg
Try this: This will give you variables Link1, Link2, etc, containing the values from the cookie. Bob -Original Message- From: Claremont, Timothy S [mailto:[EMAIL PROTECTED]] Sent: Tuesday, September 26, 2000 1:13 PM To: CF-Talk Subject: Personalized links I am making a

Re: Personalized links

2000-09-26 Thread Stuart Duncan
Looks good to me. Just loop the list and add what ever you need, like a line break. #x# 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

RE: Personalized links

2000-09-26 Thread Christopher Olive, CIO
it's a comma delimited list. use list funcitons. chris olive, cio cresco technologies [EMAIL PROTECTED] http://www.crescotech.com -Original Message- From: Claremont, Timothy S [mailto:[EMAIL PROTECTED]] Sent: Tuesday, September 26, 2000 1:13 PM To: CF-Talk Subject: Personalized

RE: Personalized links

2000-09-26 Thread Simon Horwith
#thislink# ~Simon -Original Message- From: Claremont, Timothy S [mailto:[EMAIL PROTECTED]] Sent: Tuesday, September 26, 2000 1:13 PM To: CF-Talk Subject: Personalized links I am making a customizable home page for our intranet. I have a list of all of the hyperlinks that are used on

Personalized links

2000-09-26 Thread Claremont, Timothy S
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, an