Mozilla 도움말 검색

고객 지원 사기를 피하세요. 저희는 여러분께 절대로 전화를 걸거나 문자를 보내거나 개인 정보를 공유하도록 요청하지 않습니다. "악용 사례 신고"옵션을 사용하여 의심스러운 활동을 신고해 주세요.

Learn More

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 답장
  • 2 이 문제를 만남
  • 19 보기
  • 최종 답변자: 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

모든 댓글 (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);
}