Don
Sat Mar 29 11:25:55 PDT 2008
Hi,
It looks like JavaScript is used to refresh the page every 3 minutes
(180,000 milliseconds)
- - -
<script type="text/javascript">
var timer = setInterval("autoRefresh()", 1000 * 60 * 3);
function autoRefresh(){self.location.reload(true);}
</script>
- - -
If you place drudgereport.com in Restricted Sites (Internet Options>
Security) JavaScript should be disabled, but the Site *may* work OK in all
other respects.
Or, you might try Firefox
http://www.mozilla.com It's very easy to disable
JavaScript from Tools> options.
Hope this helps,
Don
[MS MVP- IE]
"98 Guy" <98@Guy.com> wrote in message news:47EE5751.8824B05F@Guy.com...
>
> In the Tools -> Internet Options -> Security -> Custom level settings
> I've set "Allow Meta Refresh" to Disable, but the drudgereport website
> still performs constant page re-freshes every minute or two.
>
> How can I stop this refresh?
>
> (this is win-98se, IE 6.0.2800.1106)