Switching Web Pages Every So Long

Asked

Viewed 41 times

0

Good morning!

We have in the company two panels in two separate ASP pages. We need panel 1 and panel 2 to have some way of calling each other every so long. There would be some way maybe with JAVASCRIPT?

Example:

Panel 1 is 3 minutes on the sector TV and after 3 minutes it will go to panel 2. This will be for example 30 seconds and will go back to the first one. Is there any way to do this procedure?

  • What do you mean by "dashboard"? you want something like slides that change over time two images or HTML elements?

  • Actually there are two ASP pages that search for data from a database, we present them only in Ivs, Paragraphs and nothing else. All with bootstrap.

1 answer

1


In panel 1 Voce adds this to the header:

<meta http-equiv="refresh"content="180; url=http://ENDERECODOPAINEL2.COM">

In Panel 2 Voce adds this to the header:

<meta http-equiv="refresh"content="30; url=http://ENDERECODOPAINEL1.COM">
  • Perfect! That’s exactly what I needed! Thanks!

Browser other questions tagged

You are not signed in. Login or sign up in order to post.