PDA

View Full Version : Multible timed redirects with frames?



HeroInADream
12 Jul 2006, 03:41 PM
Hi,

Im trying to get a page with frames to redirect.
something like


CONTENT="2; URL=www.link1.com" target="Mainframe">
CONTENT="2; URL=www.link2.com" target="Mainframe">


and like you put that in the topframe, and the first 2 sec it goes to link1, then after another 2 sec it goes to link2

Anyone know how to do that?

(PS, It can be with HTML, JAVA, or flash actionscript, since my host doesnt allows php etc)

(and, sorry if this is the wrong section, i tought this fitted here)

Rincewind
13 Jul 2006, 10:56 AM
Frames - cringe. Nead I say more.

You would use javascript to time the loads, putting multiple meta redirects on the same page would not be reliable.