<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>
.
[Todays Threads] [This Message] [Subscription] [Fast Unsubscribe] [User Settings]

