Funkcjonalność tej witryny będzie ograniczona w czasie konserwacji. Jeśli artykuł nie rozwiązuje twojego problemu i chcesz zadać pytanie, to nasza społeczność wsparcia jest dostępna na @FirefoxSupport na Twitterze i /r/firefox na Reddicie.

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
  • 19 wyświetleń
  • 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);
}