Results 1 to 2 of 2

Thread: Multible timed redirects with frames?

  1. #1
    Join Date
    Jul 2006
    Posts
    1

    Multible timed redirects with frames?

    Hi,

    Im trying to get a page with frames to redirect.
    something like
    Code:
    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)

  2. #2
    Join Date
    Mar 2004
    Location
    China
    Posts
    3,315
    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.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •