HTML Programming
 
Forums: » Register « |  User CP |  Games |  Calendar |  Members |  FAQs |  Sitemap |  Support | 
User Name:
Password:
Remember me
Go Back   Dev Shed ForumsWeb DesignHTML Programming

Reply
Add This Thread To:
  Del.icio.us   Digg   Google   Spurl   Blink   Furl   Simpy   Y! MyWeb 
Thread Tools Search this Thread Rate Thread Display Modes
 
Unread Dev Shed Forums Sponsor:
  #1  
Old May 30th, 2000, 03:03 PM
alethe alethe is offline
Junior Member
Dev Shed Newbie (0 - 499 posts)
 
Join Date: May 2000
Posts: 6 alethe User rank is Just a Lowly Private (1 - 20 Reputation Level) 
Time spent in forums: < 1 sec
Reputation Power: 0
is there a way to have a rotating refresh page? i.e. a different page is shown to the visitor out of however many different pages there are and then it refreshes to the main index page - a rotating refresh page i guess.
any help would be appreciated.

Reply With Quote
  #2  
Old May 30th, 2000, 10:31 PM
Spookster Spookster is offline
Contributing User
Dev Shed Newbie (0 - 499 posts)
 
Join Date: Oct 1999
Posts: 84 Spookster User rank is Just a Lowly Private (1 - 20 Reputation Level) 
Time spent in forums: < 1 sec
Reputation Power: 9
Well you could put something like this in the body tag of each page:

<body onLoad="setTimeout("parent.location='nextpage.html'",5000);">

This would redirect to the next page 5 seconds after this page loads.

5000 milliseconds = 5 seconds

Spookster

Reply With Quote
  #3  
Old May 31st, 2000, 01:05 PM
alethe alethe is offline
Junior Member
Dev Shed Newbie (0 - 499 posts)
 
Join Date: May 2000
Posts: 6 alethe User rank is Just a Lowly Private (1 - 20 Reputation Level) 
Time spent in forums: < 1 sec
Reputation Power: 0
not exactly what i was hoping for, but it's cool too. i guess i meant a splash page for, say, each day of the week that redirects to the main index page - is that any clearer?

Reply With Quote
  #4  
Old June 1st, 2000, 08:27 AM
sglane sglane is offline
Contributing User
Dev Shed Newbie (0 - 499 posts)
 
Join Date: May 2000
Posts: 36 sglane User rank is Just a Lowly Private (1 - 20 Reputation Level) 
Time spent in forums: < 1 sec
Reputation Power: 9
Send a message via ICQ to sglane
<HTML>
<HEAD>
<META HTTP-EQUIV="Refresh" Content="5;URL=index2.html">
</HEAD>
<BODY>
your content here.
</BODY>
</HTML>

Try that. That is using HTML 2.0 headers without JavaScript or any other language to forward to another page. Set the number 5 in :
Content="5;
part to however long you want it. This will work in any browser except maybe IE2 or Mozilla 1.

------------------
-Gabe
"Save trees, eat beaver."
"y!php3++?"

Reply With Quote
Reply

Viewing: Dev Shed ForumsWeb DesignHTML Programming > refresh


Thread Tools  Search this Thread 
Search this Thread:

Advanced Search
Display Modes  Rate This Thread 
Rate This Thread:


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
View Your Warnings | New Posts | Latest News | Latest Threads | Shoutbox
Forum Jump


Forums: » Register « |  User CP |  Games |  Calendar |  Members |  FAQs |  Sitemap |  Support | 
  
 





© 2003-2008 by Developer Shed. All rights reserved. DS Cluster 2 hosted by Hostway