Hi Doco,
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();
}
go('mycfmgrid.cfm');
//--></script>
</head>
I hope this help
GH [sig][/sig]