|
Mailing Lists
|
Home / Groups / ColdFusion Talk (CF-Talk)
Dynamic list generationOk I want to query my database and get a comma list of images and then out put them into an array dynamically. I have this non dynamic list now <Script> var slideurl=new Array("images/1.gif","images/2.gif","images/3.gif") </script> I want to replace the script above with the dynamic output list using a query like this <cfquery name="getimglist" datasource="foo"> SELECT 'images/'+''+signimage FROM signs WHERE signtype =1; </cfquery> . |
May 24, 2013
|
|
|||||||||||||||||||||||||||||||||||||||||||||||||