Refresh Page - Automatic

Discussion in 'Web Programming' started by JavaScriptBank, Dec 2, 2009.

Refresh Page - Automatic
  1. Unread #1 - Dec 2, 2009 at 11:39 PM
  2. JavaScriptBank
    Joined:
    Sep 25, 2009
    Posts:
    17
    Referrals:
    0
    Sythe Gold:
    0

    JavaScriptBank Newcomer
    Banned

    Refresh Page - Automatic

    Keep your content fresh. Use this JavaScript to automatically reload a fresh copy of your Web page from the server. You determine the time de... detail at JavaScriptBank.com - 2.000+ free JavaScript codes


    How to setup

    Step 1: Place JavaScript below in your HEAD section
    JavaScript
    Code:
    <script type="text/javascript">
    <!-- Begin
    // Created by: Lee Underwood
    function reFresh() {
      window.open(location.reload(true))
    }
    /* Set the number below to the amount of delay, in milliseconds,
    you want between page reloads: 1 minute = 60000 milliseconds. */
    window.setInterval("reFresh()",300000);
    // End -->
    </script>
    	<!--
        	This script downloaded from www.JavaScriptBank.com
        	Come to view and download over 2000+ free javascript at www.JavaScriptBank.com
    	-->
    





     
  3. Unread #2 - Dec 9, 2009 at 5:10 PM
  4. Deacon Frost
    Joined:
    Jan 30, 2007
    Posts:
    2,905
    Referrals:
    3
    Sythe Gold:
    57

    Deacon Frost Grand Master
    Banned

    Refresh Page - Automatic

  5. Unread #3 - Dec 9, 2009 at 5:28 PM
  6. SuF
    Joined:
    Jan 21, 2007
    Posts:
    14,212
    Referrals:
    28
    Sythe Gold:
    1,234
    Discord Unique ID:
    203283096668340224
    <3 n4n0 Two Factor Authentication User Community Participant Spam Forum Participant Sythe's 10th Anniversary

    SuF Legend
    Pirate Retired Global Moderator

    Refresh Page - Automatic

    ^He is just linking to code on a website. D:
     
  7. Unread #4 - Dec 9, 2009 at 6:44 PM
  8. Deacon Frost
    Joined:
    Jan 30, 2007
    Posts:
    2,905
    Referrals:
    3
    Sythe Gold:
    57

    Deacon Frost Grand Master
    Banned

    Refresh Page - Automatic

    So... advertising, and spam then?
     
< Top 10 Beautiful Christmas Countdown Timers | Validate E-Mail >

Users viewing this thread
1 guest


 
 
Adblock breaks this site