I'm not running a stock ticker or anything, but as an SP, we frequently update our sites. And when we have either new or repeat visits, we'd like those content changes to be reflected. I'm looking for the elusive piece of code that refreshes the page automatically with every new or repeat visitor. With repeat visitors, there's the problem of cache (and how their browsers are set). Does the code below just prevent the content from being cached, or does it actually refresh/reload content every visit?
<META HTTP-EQUIV="PRAGMA" CONTENT="NO-CACHE">
I tried the code below, as someone elsewhere suggested, but it actually does annoyingly refresh the page less than every second.
<META HTTP-EQUIV="refresh" CONTENT="0">
Any and all help appreciated....
</shamelessly soliciting members>
<META HTTP-EQUIV="PRAGMA" CONTENT="NO-CACHE">
I tried the code below, as someone elsewhere suggested, but it actually does annoyingly refresh the page less than every second.
<META HTTP-EQUIV="refresh" CONTENT="0">
Any and all help appreciated....
</shamelessly soliciting members>






