|
|
Q467 Is there some way to load a different home page each time someone comes to the site, or cycle through several different versions?
irt.org | Knowledge Base | JavaScript | Random | Q467 [ previous next ] Q467 Is there some way to load a different home page each time someone comes to the site, or cycle through several different versions?It would be possible to store a number in a cookie that would indicate to a user that later returns to display a different page - although not everyone accepts cookies. An easier approach would be to show a page depending on the time of day. The following assumes that there are pages index1.html through to index24.html
Note: in Opera replace() will work, but only with absolute URL's. |
-- div -->
|