As I know, if u want to update automatically after 1 minute without any button clicked, u can apply schedule (setup from the CF server admin page to set it update every 1 minute. It's pretty easy to set up). There is another way that you can do by using javascript:
Here is the code.
<head>
<script language="JavaScript">
<!--
function go(url) {
location.href = url + '?' + (new Date()).getTime();
}
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.