Results 1 to 3 of 3

Thread: How do I time a page to jump to another?
      
   

  1. #1
    artistmanager is offline Sergeant
    Join Date
    Dec 2006
    Location
    Mobile & Hollywood
    Posts
    29

    Default 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. #2
    Andy128's Avatar
    Andy128 is offline Major General
    Join Date
    Dec 2005
    Location
    Michigan
    Posts
    2,322

    Default 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!

  3. #3
    artistmanager is offline Sergeant
    Join Date
    Dec 2006
    Location
    Mobile & Hollywood
    Posts
    29

    Default Re: How do I time a page to jump to another?

    Thank you so much Andy!
    Bill

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

     

Posting Permissions

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

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49