Jump to content

display images after 2 hours in asp


kranti

Recommended Posts

On the web page I want to display 6 different images for different advertises which are taken from database(Ms Access). After 2 hours that 6 advertises are replaced by 6 different set of advertises from database.Same after every 2 hours

Link to comment
Share on other sites

<%                                response.write "<img src='1.gif' />" & _                 "<img src='2.gif' />" & _                            "<img src='3.gif' />" & _                            "<img src='4.gif' />" & _                            "<img src='5.gif' />" & _                            "<img src='6.gif' />"                      %>

:)

Link to comment
Share on other sites

On the web page I want to display 6 different images for different advertises which are taken from database(Ms Access). After 2 hours that 6 advertises are replaced by 6 different set of advertises from database.Same after every 2 hours

Link to comment
Share on other sites

On the web page I want to display 6 different images for different advertises which are taken from database(Ms Access). After 2 hours that 6 advertises are replaced by 6 different set of advertises from database.Same after every 2 hours

Sorry man i misread your question. You could work this around the time on the server.When your page is requested check the timeIf the time is between 10-12 display images 1-6else if the time between 12-14 display images 7-12etcI think that would work.
Link to comment
Share on other sites

On the web page I want to display 6 different images for different advertises which are taken from database(Ms Access). After 2 hours that 6 advertises are replaced by 6 different set of advertises from database.Same after every 2 hours

Get Date to ur Table as Image Name , FromTime, ToTime then Process as Ur Required this will Not fix u only for 6 Images.
Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...