Results 1 to 3 of 3

Thread: Timed links

  1. #1
    Join Date
    Oct 2005
    Posts
    3
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Question Timed links

    i need a link for my web site wich works by a timing from entering the page if anyone could supply with one or tell me how to do it on dreamweaver the program i am using i woul be verry greatfull

  2. #2
    Join Date
    Jun 2005
    Location
    英国
    Posts
    11,876
    Thanks
    1
    Thanked 180 Times in 172 Posts
    Blog Entries
    2

    Default

    i need a link for my web site wich works by a timing from entering the page
    Eh? You mean you want the user to br redirected to another page after a certain amount of time? If so, you can use <meta http-equiv="refresh" content="5;page.htm"/> in your <head>, where 5 is the time to wait in seconds and page.htm is the page to go to. You should also use a normal <a> link in your pages, as some browsers don't support this, and some users choose to disable it.
    Twey | I understand English | 日本語が分かります | mi jimpe fi le jbobau | mi esperanton komprenas | je comprends français | entiendo español | tôi ít hiểu tiếng Việt | ich verstehe ein bisschen Deutsch | beware XHTML | common coding mistakes | tutorials | various stuff | argh PHP!

  3. #3
    Join Date
    Oct 2005
    Posts
    3
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default

    thanks

Bookmarks

Posting Permissions

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