Forum Moderators: open

Message Too Old, No Replies

iFrame timed redirect

         

techoveride

8:58 pm on Feb 27, 2006 (gmt 0)

10+ Year Member



I am using an iFrame on a webpage and I am trying to figure out how have the iFrame change on a timed redirect. But I only want it to change from the intro page to the main page and not change after that.

Any help would be appreciated.

StupidScript

11:50 pm on Mar 1, 2006 (gmt 0)

WebmasterWorld Senior Member 10+ Year Member



In the page HEAD code that first loads into the iframe:

<meta http-equiv="refresh" content="5; url=main.html" />

where "5" = the number of seconds until the refresh and "url=" the main page's file name.

Do not include the refresh meta tag in the main page HEAD code and it will stay put.