Auto Transfer (xfer)
and Pre-Loading

     To automatically change from one page to another page aka redirect, such as from your first page of a web site to the main page place the below code in between the <<>head> and <<>/head> tags. This will not work in an e-mail signature box as we all know that head tags will not function there.  This command is also used in a slide show going from one page (slide) to another page (slide).  Another use is if you have moved a page or site to another which this command will take them to the new site or page.

<meta http-equiv="refresh" content="10;url=slide/page3.html">

     The above command and this
<<>link href="slide/page3.html" rel="next">
which will pre-load the next page are the two commands the basically control the timing and loading of the next page of a slide show.  Notice the relative URL destination is the same for both commands.

     This tute works with this one.

     To test this programming feature you may click here and after the wav has loaded and played you will be transported to the programmed site.

     BTW the punctuation mark after the number 10 above is a semi-colon not a colon. The number 10 may be changed to any number represented in seconds.