PDA

View Full Version : asp Problem


minniawochat
09-04-2006, 06:56 PM
Hi Guys I am trying to create the clone of imagefly.info

See there by clicking random it show randomnly images how can i implement this function in asp.

I have option but it is resource hungry

any thing better ?


Thanks for help in advance

ilugd
10-04-2006, 11:22 AM
create a random function which gets an index. With a list of links to image files in the database, get the link at the index and put that as the src attribute in the img tag.