Results 1 to 10 of 10
Threaded View
-
14th Jan 2012, 09:41 PM #6Member
I use this sexy code:
Demo Link
PHP Code:<html>
<head>
<!-- For ease i'm just using a JQuery version hosted by JQuery- you can download any version and link to it locally -->
<script src="http://code.jquery.com/jquery-latest.js"></script>
<script>
$(document).ready(function() {
$("#responsecontainer").load("response.php");
var refreshId = setInterval(function() {
$("#responsecontainer").load('response.php?randval='+ Math.random());
}, 9000);
$.ajaxSetup({ cache: false });
});
</script>
</head>
<body>
<div id="responsecontainer">
</div>
</body>
SourceNo Signature This Time
Thread Information
Users Browsing this Thread
There are currently 1 users browsing this thread. (0 members and 1 guests)
Similar Threads
-
Make new page ( auto ) HTML
By r00ts in forum Webmaster DiscussionReplies: 2Last Post: 14th Feb 2012, 03:23 PM -
Need Help Making This Shoutbox Auto Refresh
By DJboutit in forum Web Application/Script SupportReplies: 20Last Post: 6th Dec 2011, 03:59 AM -
what is code page full script ?
By ctoveloz in forum Webmaster DiscussionReplies: 3Last Post: 20th Jul 2011, 09:04 PM -
auto code mod for smf 1.1.x by me
By MRDJ in forum Web Application/Script SupportReplies: 4Last Post: 5th May 2011, 12:46 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.56 released. Open older version (or...