English Deutsch Français Italiano Español Português 繁體中文 Bahasa Indonesia Tiếng Việt ภาษาไทย
All categories

I want to get a code were i can redirect through 100 pages, 5 seconds between each page. Please make it simple

2006-08-04 09:53:05 · 2 answers · asked by KillerCows 2 in Computers & Internet Programming & Design

I want to cycle throuhg for example, aol yahoo google pages

2006-08-04 09:59:50 · update #1

2 answers

2 ways,

1)DOM Manipulation:
CONTENT="5; URL=html-redirect2.html">
on top of each page

2)PHP Headers:
header("Location: http://www.example.com/");

Are you creating your pages on the server side, or static content?
Javascript also can handle it....

2006-08-04 09:57:40 · answer #1 · answered by purefan 2 · 0 0

I assume that you're talking about HTML. In that case, in the header of each page, just put a meta refresh tag to the next page. My sources link below explains how to use that.

2006-08-04 16:57:37 · answer #2 · answered by mike_w40 3 · 0 0

fedest.com, questions and answers