Some more detailed information:
PageTemplate <div>:
<div class='hD' id='hD' refresh='content' tiddler='contentHeader'></
div>
and my contentHeader:
<<tiddler DateTime>>
__''Reminders''__
<<showReminders leadtime:2>><script>setTimeout("story.refreshTiddler
('contentHeader',null,true)",3600000);
</script>
<script>
document.getElementById('hD').innerHTML;
function Refresh() {setInterval(stocks(), 3600000);}
</script>
The first script I found in the archives (ELS) and it works- but I
think the tidler has to be open...
The second script I found trolling through the internet (not working)
Any Suggestions?
I also looked at
http://www.tiddlytools.com/#AutoRefresh
but not sure if it could refresh the <div> section. ID maybe?
I appreciate any Ideas,
Mike