Results 1 to 6 of 6

Thread: Active Desktop Reload

  1. #1
    Join Date
    Mar 2006
    Posts
    2
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default Active Desktop Reload

    Hi
    i'm trying to build a Web Page that i will latter use as an Active Desktop,
    but i want this Active Desktop to be reloaded every 10 minutes (or so), and in Windows XP i can only set Synchronization to a minimum of 1 Day
    I've seen something about a CDF, but i don't know how this can be used in Windows XP
    Can i use Javascript to automatically reload the page every X minutes ?


    Thanks

  2. #2
    Join Date
    Mar 2006
    Location
    Somewhere....
    Posts
    88
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default

    You could use a redirect function, but just redirect it to you current page:

    Example:

    Place this in the <head> section of your page

    **********************************************************
    <META
    http-equiv="refresh" content="5;URL=http://yourpage.domain.com">
    **********************************************************

    Then just specify the amount of time you want before redirect, this acts exactly like a refresh function.....see?

    The
    <META
    http-equiv="refresh" content="5;URL=http://yourpage.domain.com">

    Must be the page name that this META is placed in. Otherwise you get a different page displaying after 5 seconds......

  3. #3
    Join Date
    Mar 2006
    Location
    Illinois, USA
    Posts
    12,164
    Thanks
    265
    Thanked 690 Times in 678 Posts

    Default

    5=5sec, right? So... you'd want 60*10=600sec=10min.

  4. #4
    Join Date
    Mar 2006
    Location
    Somewhere....
    Posts
    88
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Talking Yes

    Hello....

    Posted By djr33
    5=5sec, right? So... you'd want 60*10=600sec=10min.
    Exactly! Have fun with it!

    And good luck on your active desktop

  5. #5
    Join Date
    Mar 2006
    Posts
    2
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default

    Thanks for your answer
    I'll give it a shot

  6. #6
    Join Date
    Mar 2006
    Location
    Somewhere....
    Posts
    88
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Talking O.k

    No problem. Just love to help...

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
  •