How auto refresh page but with new data?

  • Thread starter Thread starter Ronald S. Cook
  • Start date Start date
R

Ronald S. Cook

I want to have a web page that shows the first 10 records of data. I want
it to wait 10 seconds and then show then next 10 records. How can I do
this?

This is for events like what you'd see on a digital sign in a hotel lobby.

Thanks,
Ron
 
keep a counter in your session that gets increment each time the page is
requested - render the appropriate content based on the value of the
counter.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top