New and Used Car Talk Reviews Hot Cars Comparison Automotive Community

The Largest Car Forum in the Philippines

Page 1 of 2 12 LastLast
Results 1 to 10 of 13
  1. Join Date
    Oct 2002
    Posts
    21,249
    #1
    I want to display a site on my second monitor, but I need it to self refresh every few minutes, can this be done?

  2. Join Date
    Jan 2007
    Posts
    4,459
    #2
    Yes, if you have access to the site

  3. Join Date
    Oct 2002
    Posts
    21,249
    #3
    Quote Originally Posted by Lucius View Post
    Yes, if you have access to the site
    I don't understand what you mean. I definitely have access to the site.

    Let's make tsikot.com as an example, I want it to self refresh every 2 min. to know if there are new posts, can I do this?

  4. Join Date
    Jan 2007
    Posts
    4,459
    #4
    Ah, easy lang

    Put this between somewhere in

    <head>
    .......
    <meta http-equiv="refresh" content="120" >
    .....
    </head>

    120 = 120 seconds

  5. Join Date
    May 2006
    Posts
    3,722
    #5

  6. Join Date
    May 2006
    Posts
    3,722
    #6
    Lucius, where the heck do we encode that?

  7. Join Date
    Oct 2002
    Posts
    21,249
    #7
    Quote Originally Posted by Lucius View Post
    Ah, easy lang

    Put this between somewhere in

    <head>
    .......
    <meta http-equiv="refresh" content="120" >
    .....
    </head>

    120 = 120 seconds
    Oo nga, where do I encode that?

  8. Join Date
    Jan 2007
    Posts
    4,459
    #8
    Open mo lang ung file sa notepad (index.html...or index.php), whatever page you're working on

    Paste mo lang sya somewhere sa <head> eto sample taken from Tsikot

    Before
    <head>
    <meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1" />
    <meta name="generator" content="vBulletin 3.7.3" />

    <meta name="keywords" content=" Can I make my browser self refresh at a set interval time?, cars autos buy sell philippines car detailing car reviews auto news" />
    <meta name="description" content=" Can I make my browser self refresh at a set interval time? Science and Technology Talk" />
    After
    <head>
    <meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1" />
    <meta name="generator" content="vBulletin 3.7.3" />

    <meta name="keywords" content=" Can I make my browser self refresh at a set interval time?, cars autos buy sell philippines car detailing car reviews auto news" />
    <meta name="description" content=" Can I make my browser self refresh at a set interval time? Science and Technology Talk" />
    <meta http-equiv="refresh" content="120">

  9. Join Date
    Oct 2002
    Posts
    21,249
    #9
    Thanks, pero dun nalang ako sa program na pinost ni MR, hehe.

  10. Join Date
    Jan 2007
    Posts
    4,459
    #10
    Haha hassle ba?

Page 1 of 2 12 LastLast
Can I make my browser self refresh at a set interval time?