Welcome to TalkGraphics.com
Results 1 to 7 of 7
  1. #1
    Join Date
    Aug 2013
    Posts
    23

    Default How to limited view time on a web page

    I use WD9 premium and has put a collection of poems as a flip book on my website.
    Would like to limit the time a user can read to 3 minutes and then link him to another page.
    Is there a widget or any other way to do this?

  2. #2

    Default Re: How to limited view time on a web page

    Add this to the page head in web properties and it will automatically go to page2.htm in 180 seconds.

    Code:
    <meta http-equiv="refresh" content="180;url=page2.htm">

  3. #3
    Join Date
    Aug 2013
    Posts
    23

    Default Re: How to limited view time on a web page

    Working 100% Thank you!!
    Where can I learn/read about thing like this?

  4. #4
    Join Date
    Apr 2012
    Location
    SW England
    Posts
    17,882

    Default Re: How to limited view time on a web page

    Google search "meta redirect page html timer" or look at http://en.wikipedia.org/wiki/Meta_refresh.

    Acorn

    You could include the following in a Placeholder:
    Code:
    <script>setTimeout("window.location.replace('page2.htm')", 180000)</script>

  5. #5

    Default Re: How to limited view time on a web page

    Quote Originally Posted by carlor View Post
    Working 100% Thank you!!
    You're welcome

    Quote Originally Posted by carlor View Post
    Where can I learn/read about thing like this?
    You just did

  6. #6
    Join Date
    Jan 2010
    Location
    Bradford, England
    Posts
    1,829

    Default Re: How to limited view time on a web page

    Where can I learn/read about thing like this?

    A good place to learn html and css is http://www.w3schools.com/ , coding plus placeholders give some very good results.
    Flawless Form. Faultless Function. Crafted by Cloud

    https://www.cloudwebagency.co.uk

  7. #7
    Join Date
    Aug 2013
    Posts
    23

    Default Re: How to limited view time on a web page

    Hi
    Xara and other modern tools are excellent, but make old skills fade away.
    I realize - being 78 year - the easiest way is to use you all as my primary resource.
    Thanks to all of you

 

 

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
  •