Announcement

Collapse
No announcement yet.

How do I time a page to jump to another?

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

  • How do I time a page to jump to another?

    I have a flash intro page that I want to go to the home page after about 15 seconds. Can anyone tell me how to do this in Blue Voda?
    Happy New Year!
    Bill

  • #2
    Re: How do I time a page to jump to another?

    Flash intros usually have that code built in so that you can change it. If not- copy and paste the following code between the <Head></Head> tags.

    <meta HTTP-EQUIV="REFRESH" content="0; url=http://www.yourdomain.com/index.html">
    Change the www.domain name to the page you wish to re-direct to. Change the 0; to the number of seconds you wish to wait until they are re-directed to the other page (which would be after your flash intro)

    Hope that helps,

    Andy
    PHP- is a blast!

    Comment


    • #3
      Re: How do I time a page to jump to another?

      Thank you so much Andy!
      Bill

      Comment

      Working...
      X