Activity Stream
48,167 MEMBERS
65327 ONLINE
besthostingforums On YouTube Subscribe to our Newsletter besthostingforums On Twitter besthostingforums On Facebook besthostingforums On facebook groups

Page 1 of 3 123 LastLast
Results 1 to 10 of 21

Hybrid View

Previous Post Previous Post   Next Post Next Post
  1.     
    #1
    Member
    Website's:
    sexybabess.info

    Question Need Help Making This Shoutbox Auto Refresh

    I need help making this shoutbox autrefresh like every 10 or 20 sec here is the code for the shoutbox what code do I need to add & where do I add it

    Code: 
    <!-- BEGIN CBOX - www.cbox.ws - v001 -->
    <div id="cboxdiv" style="text-align: center; line-height: 0">
    <div><iframe frameborder="0" width="235" height="258" src="http://www6.cbox.ws/box/?boxid=612570&amp;boxtag=zye7tk&amp;sec=main" marginheight="2" marginwidth="2" scrolling="auto" allowtransparency="yes" name="cboxmain6-612570" style="border:#DBE2ED 1px solid;" id="cboxmain6-612570"></iframe></div>
    <div><iframe frameborder="0" width="235" height="117" src="http://www6.cbox.ws/box/?boxid=612570&amp;boxtag=zye7tk&amp;sec=form" marginheight="2" marginwidth="2" scrolling="no" allowtransparency="yes" name="cboxform6-612570" style="border:#DBE2ED 1px solid;border-top:0px" id="cboxform6-612570"></iframe></div>
    </div>
    DJboutit Reviewed by DJboutit on . Need Help Making This Shoutbox Auto Refresh I need help making this shoutbox autrefresh like every 10 or 20 sec here is the code for the shoutbox what code do I need to add & where do I add it <!-- BEGIN CBOX - www.cbox.ws - v001 --> <div id="cboxdiv" style="text-align: center; line-height: 0"> <div><iframe frameborder="0" width="235" height="258" src="http://www6.cbox.ws/box/?boxid=612570&amp;boxtag=zye7tk&amp;sec=main" marginheight="2" marginwidth="2" scrolling="auto" allowtransparency="yes" name="cboxmain6-612570" style="border:#DBE2ED Rating: 5

  2.   Sponsored Links

  3.     
    #2
    Member
    Website's:
    Nerdy-Tutorials.com Mp3viddown.com Filmlab.eu
    Add
    <meta http-equiv="refresh" content="5" >

    or
    <meta http-equiv="refresh" content="10" >

  4.     
    #3
    Member
    Website's:
    sexybabess.info
    I have tired that it refreshes the whole web page. The shoutbox is in its own frame to the right of the forum I just want to refresh the shoutbox not the whole web page

  5.     
    #4
    Member
    Website's:
    Nerdy-Tutorials.com Mp3viddown.com Filmlab.eu
    add "id='myiframe'" to the iframe, then use this script :

    <script>

    function f1()
    {
    var x=document.getElementById("myiframe");
    x.src=x.src+Math.floor(random()%100000);
    }

    setInterval(f1,30*1000);

    </script>

  6.     
    #5
    Member
    Website's:
    sexybabess.info
    So how would the completed code look??

  7.     
    #6
    Member
    Just checked your shoutbox in your forum

    add this code in your global HTML element - Board Header etc.


    <script type='text/javascript'>
    window.onload=RefreshMessage();
    </script>
    There are people that watch things happen, people that make things happen and people that wonder what the hell just happened.

  8.     
    #7
    Member
    Website's:
    sexybabess.info
    ^^^ That did not seem to work

  9.     
    #8
    Member
    Let me check your Source...
    There are people that watch things happen, people that make things happen and people that wonder what the hell just happened.

  10.     
    #9
    Member
    Website's:
    sexybabess.info
    Do you need access to my forum cpanel

  11.     
    #10
    Member
    like ibby said try this

    Code: 
    <!-- BEGIN CBOX - www.cbox.ws - v001 -->
    <div id="cboxdiv" style="text-align: center; line-height: 0">
    <div><iframe id="myiframe" frameborder="0" width="235" height="258" src="http://www6.cbox.ws/box/?boxid=612570&amp;boxtag=zye7tk&amp;sec=main" marginheight="2" marginwidth="2" scrolling="auto" allowtransparency="yes" name="cboxmain6-612570" style="border:#DBE2ED 1px solid;" id="cboxmain6-612570"></iframe></div>
    <div><iframe frameborder="0" width="235" height="117" src="http://www6.cbox.ws/box/?boxid=612570&amp;boxtag=zye7tk&amp;sec=form" marginheight="2" marginwidth="2" scrolling="no" allowtransparency="yes" name="cboxform6-612570" style="border:#DBE2ED 1px solid;border-top:0px" id="cboxform6-612570"></iframe></div>
    </div>
    <script>

    function f1()
    {
    var x=document.getElementById("myiframe");
    x.src=x.src+Math.floor(random()%100000);
    }

    setInterval(f1,30*1000);

    </script>
    and put this above </head> tag

Page 1 of 3 123 LastLast

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Similar Threads

  1. Auto refresh page code ?
    By travelmate in forum Technical Help Desk Support
    Replies: 9
    Last Post: 15th Jan 2012, 10:54 AM
  2. [Hiring] WarezMe Auto Poster Template making
    By zainbintariq in forum Completed Transactions
    Replies: 10
    Last Post: 8th May 2011, 10:41 PM
  3. Reload content without page refresh
    By AmN in forum Web Development Area
    Replies: 7
    Last Post: 5th May 2011, 07:49 AM

Tags for this Thread

BE SOCIAL