I am trying to create a webpage that loops through a number of webpages much like the script in this post Cycle scaled webpages in iframe?
However it needs to be done without using iframes - any suggestions?
I am trying to create a webpage that loops through a number of webpages much like the script in this post Cycle scaled webpages in iframe?
However it needs to be done without using iframes - any suggestions?
In each page have
<meta http-equiv="refresh" content="30;url=http://yoursite.com/pagex.html">
where 30 is seconds and the x is the page number of the NEXT page
I'm assuming:
Therefore to put it simply, it's not possible to cycle through pages without an iframe/or any frames under these circumstances.