Refresh a web page faster

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • chance22
    New Member
    • Jan 2007
    • 2

    Refresh a web page faster

    Hi all,

    Is there a way I can make this page refresh faster? It appears to refresh with new information every 5 seconds. I would like it to refresh faster than that.

    I have attempted to learn a solution but feel totally overwhelmed. Thank you.


    Source Code?

    <!-- #This comment is necessary for the css to work with the following Doctype -->
    <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/1999/REC-html401-19991224/loose.dtd">
    <html>
    <head>
    <!-- Template: /Common/Templates/Cds/PlatinumInPlayT emplate.htm -->
    <title>Briefing .com: Live In Play</title>
    <META http-equiv="Content-Type" content="text/html; charset=utf-8">
    <!---------------------------------------------------------------------------->
    <DIV id="WebTrendsDc sTagHead">
    <META name="WT.cg_n" content="Platin um" />

    <SCRIPT type="text/javascript" language="JavaS cript" src="/jscript/Cookies.js"></SCRIPT>
    <SCRIPT type="text/javascript" language="JavaS cript">var isAutoRefreshPa ge = false;</SCRIPT>
    </DIV>
    <!---------------------------------------------------------------------------->
    <DIV id="SpiderHead" >
    <META name="Googlebot " content="nofoll ow">
    </DIV>

    The rest of the page source info was not posted due to length.
  • acoder
    Recognized Expert MVP
    • Nov 2006
    • 16032

    #2
    [HTML]<meta http-equiv="refresh" content="1">[/HTML] Change 1 to the number of seconds.

    Comment

    • chance22
      New Member
      • Jan 2007
      • 2

      #3
      Thank you acoder. Very much appreciated.

      Comment

      • acoder
        Recognized Expert MVP
        • Nov 2006
        • 16032

        #4
        You're welcome.

        Comment

        Working...