Thread
:
htaccess + auto_prepend_file failuere
View Single Post
#
3
01-02-2013, 09:13 AM
MJuhler
New Member
Join Date: Dec 2012
Posts: 7
sorry, the page is in php with javascript
<div id="show"></div>
<script type="text/javascript">
jQuery(function($) {
$("#show").load("callback/list.php");
interval_stats = setInterval("$('#show').load('callback/list.php');", 5000);
});
</script>
MJuhler
View Public Profile
Send a private message to MJuhler
Find all posts by MJuhler