Ok everything works fine with this. Incase any one is wondering I am doing a site for a LED sign company. What this does is _javascript_ scroll along the bottom of the page and scrolls images of client business name images that are done in a colored LED font, so it looks like a scrolling LED sign. I think it is a bit creative myself.

-----Original Message-----
From: Charlie Griefer [mailto:[EMAIL PROTECTED]
Sent: Thursday, June 10, 2004 9:49 AM
To: CF-Talk
Subject: Re: Dynamic list generation

You'd need a listQualify() in there too..

var slideurl=new Array(<cfoutput>#listQualify(getimgList.valueList,
"'")#</cfoutput>)
(where the second argument of listQualify() is
doublequote-singlequote-doublequote)

----- Original Message -----
From: "Raymond Camden" <[EMAIL PROTECTED]>
To: "CF-Talk" <[EMAIL PROTECTED]>
Sent: Thursday, June 10, 2004 7:11 AM
Subject: RE: Dynamic list generation

> Well, I assume you used that fake code below as an example. There is no
> simple way to auto-make an array in one line. You can however use a UDF:
>
> http://www.cflib.org/udf.cfm?ID=683
>
> That being said - if you wanted to use the udf above, you can access a
list
> from a query by using the valueList function:
>
> <cfset foo = array(valueList(queryname.columnname))>
>
>
>
>
  _____
[Todays Threads] [This Message] [Subscription] [Fast Unsubscribe] [User Settings]

Reply via email to