I will be running a fencing tournament later this year. One of the problems
is directing fencers to the appropriate part of the hall.
The software we use for running the tournament outputs this information as
an HTML page, so the aim is to simply output it to a large screen and let
competitors read this. However, we will have multiple competitions running
at the same time, each of which will have its own page.
What I want to do is to loop through the pages, showing each for about 30s
or so, then moving on to the next. Is this possible using meta tags, or am
I going to have to do something a little more clever?
--
Colin Walls
Removed the pink meat to mail me
is directing fencers to the appropriate part of the hall.
The software we use for running the tournament outputs this information as
an HTML page, so the aim is to simply output it to a large screen and let
competitors read this. However, we will have multiple competitions running
at the same time, each of which will have its own page.
What I want to do is to loop through the pages, showing each for about 30s
or so, then moving on to the next. Is this possible using meta tags, or am
I going to have to do something a little more clever?
--
Colin Walls
Removed the pink meat to mail me
Comment