The following webite's message box keeps on refresing though I used stop reload button. Please help to takle this problem. http://money.rediff.com/
This website regularly refresh/reload the webpage (message-box) though I used the stop reload option. I tried several add-ons to stop the reload but it still does the same. I can't write a message because of this fast refreshing annoyance
Krejt Përgjigjet (1)
That page refreshes automatically every 3 minutes via a script.
There are probably more scripts running to refresh content.
function pageRefresh() { timer=setTimeout("BeginRefresh()",180000); }