I don't know if I'm follow you, but how about creating a DB table with two 
fields. One for a autonumber/identity [image number] and the second with the 
image path. Then you generate a random number between 1 and MAX([image 
number] ... then go to that record in the table a grab the path to the image.

Once you have the path, use CF to dynamically insert it as the source for 
your image tag. Tada!

Or you could store the images themselves in the DB and just serve them from 
there.

Bill
Willow Gold
http://www.willowgold.com
------------------------------------------------------------------------------
Archives: http://www.mail-archive.com/[email protected]/
To Unsubscribe visit 
http://www.houseoffusion.com/index.cfm?sidebar=lists&body=lists/cf_talk or send a 
message to [EMAIL PROTECTED] with 'unsubscribe' in the body.

Reply via email to