Nihayet buldum
60 sayısını kendinize göre değiştirin

<html>
<head>
<script type="text/javascript" >
frames['yenile'].onLoad = doLoad();
 
function doLoad()
{
setTimeout( "refresh()", 60*1000 );
}
 
function refresh()
{
frames['yenile'].location.reload( false );
}
</script>
</head>
<body>
<iframe frameborder=0 name="yenile" id="yenile" src="test.html" onload="doLoad();"></iframe>
</body>
</html>