Important Notice: We're experiencing email notification issues. If you've posted a question in the community forums recently, please check your profile manually for responses while we're working to fix this.

Przeszukaj pomoc

Unikaj oszustw związanych z pomocą.Nigdy nie będziemy prosić Cię o dzwonienie na numer telefonu, wysyłanie SMS-ów ani o udostępnianie danych osobowych. Zgłoś podejrzaną aktywność, korzystając z opcji „Zgłoś nadużycie”.

Więcej informacji

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/

  • 1 odpowiedź
  • 2 osoby mają ten problem
  • 3 wyświetlenia
  • Ostatnia odpowiedź od cor-el

more options

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

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

Wszystkie odpowiedzi (1)

more options

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);
}