Results 1 to 10 of 21
-
5th Dec 2011, 11:46 PM #1OPMemberWebsite's:
sexybabess.infoNeed 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&boxtag=zye7tk&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&boxtag=zye7tk&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&boxtag=zye7tk&sec=main" marginheight="2" marginwidth="2" scrolling="auto" allowtransparency="yes" name="cboxmain6-612570" style="border:#DBE2ED Rating: 5
-
5th Dec 2011, 11:52 PM #2MemberWebsite's:
Nerdy-Tutorials.com Mp3viddown.com Filmlab.euAdd
<meta http-equiv="refresh" content="5" >
or
<meta http-equiv="refresh" content="10" >
-
5th Dec 2011, 11:56 PM #3OPMemberWebsite's:
sexybabess.infoI 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
-
6th Dec 2011, 12:21 AM #4MemberWebsite's:
Nerdy-Tutorials.com Mp3viddown.com Filmlab.euadd "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>
-
6th Dec 2011, 12:24 AM #5OPMemberWebsite's:
sexybabess.infoSo how would the completed code look??
-
6th Dec 2011, 12:42 AM #6Member
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.
-
6th Dec 2011, 12:56 AM #7OPMemberWebsite's:
sexybabess.info^^^ That did not seem to work
-
6th Dec 2011, 01:04 AM #8Member
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.
-
6th Dec 2011, 01:06 AM #9OPMemberWebsite's:
sexybabess.infoDo you need access to my forum cpanel
-
6th Dec 2011, 01:10 AM #10Member
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&boxtag=zye7tk&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&boxtag=zye7tk&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>
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
Sponsored Links
Thread Information
Users Browsing this Thread
There are currently 1 users browsing this thread. (0 members and 1 guests)
Similar Threads
-
Auto refresh page code ?
By travelmate in forum Technical Help Desk SupportReplies: 9Last Post: 15th Jan 2012, 10:54 AM -
[Hiring] WarezMe Auto Poster Template making
By zainbintariq in forum Completed TransactionsReplies: 10Last Post: 8th May 2011, 10:41 PM -
Reload content without page refresh
By AmN in forum Web Development AreaReplies: 7Last Post: 5th May 2011, 07:49 AM
themaCreator - create posts from...
Version 3.52 released. Open older version (or...