Not signed in (Sign In)

SkillShare - A place to discuss Web Standards and Web Design topics

Categories

Vanilla 1.1.5a is a product of Lussumo. More Information: Documentation, Community Support.

    • CommentAuthormihai
    • CommentTimeMay 10th 2006 edited
     permalink
    hello,

       i am interested in showing a banner (about an important event that is taking place) on my web page before showing the contents.
       I have to show a banner(page) with a 10 seconds countdown timer in one corner, and when the count down gets to 0 the user will be redirected to another page.
       All ideas will be appreciated :D

    example: domain.com (wait 10sec display page 1+countdown) -> redirect to page 2


    Mike
    •  
      CommentAuthorJohnRiv
    • CommentTimeMay 10th 2006
     permalink
    Familiarize yourself with JavaScript's setTimeout method and window.location property. A little Google searching and you'll be good to go.
  1.  permalink
    You can always do an "eyeblaster." Check out their adformats on the left. Not like you have to actually use their services, but you can get a sense of some neat schtuff that can be done.

    http://www.eyeblaster.com/
    • CommentAuthorsmo
    • CommentTimeJul 12th 2006
     permalink
    10 seconds are very loooooong time... Make at least link for skipping.
    •  
      CommentAuthorfake
    • CommentTimeJul 12th 2006
     permalink
    Make it in flash ;)
    • CommentAuthorferry
    • CommentTimeJul 28th 2006
     permalink
    try some javascript code about countdown from http://javascript.internet.com/
    • CommentAuthormykz-
    • CommentTimeJul 29th 2006
     permalink
    use the meta refresh tag :)

    <META HTTP-EQUIV="refresh" content="10;URL=http://www.yoursite.com/newpage.htm">

    after 10 secounds it will go to new page
    • CommentAuthormihai
    • CommentTimeAug 8th 2006
     permalink
    10x myks, that's what i needed :D
Add your comments
    Username Password
  • Format comments as (Help)