It would be QuotedValueList and this would only work if the query was
altered to include the path:

<cfquery name="allphotos" datasource="#request.dsn#">
SELECT filenamelarge, 'photoslarge' + filenamelarge as filepath
....
</cfquery>
<body
> </cfoutput>)">

Pascal

> -----Original Message-----
> From: Tangorre, Michael [mailto:[EMAIL PROTECTED]
> Sent: 07 September 2004 17:05
> To: CF-Talk
> Subject: RE: Looping Question
>
> ValueList() would work better for you here.
>
>
http://livedocs.macromedia.com/coldfusion/6.1/htmldocs/funca117.htm#wp11
> 14236
>
> Mike
>
>
>
> > I'm using a query and loop to fill a <body onLoad> statement
> > for a _javascript_ image preload.
> >
> > So far I've got:
> >
> > <body query="allphotos"
> > startrow="1"
> > endrow="#allphotos.recordcount#"><cfoutput>'photoslarge/#filen
> > amelarge#',</cfoutput></cfloop>)">
> >
> > This works except that it puts a comma at the end of my list
> > and that buggers up my _javascript_. I need it to loop through,
> > adding a comma between each imagename but not at the end?
> >
> > For the life of me, I can't get this to work.
> >
> > I end up with:
>
>
[Todays Threads] [This Message] [Subscription] [Fast Unsubscribe] [User Settings] [Donations and Support]

Reply via email to