Join the AMA (Ask Me Anything) with the Firefox leadership team to celebrate Firefox 20th anniversary and discuss Firefox’s future on Mozilla Connect. Mark your calendar on Thursday, November 14, 18:00 - 20:00 UTC!

본 사이트는 여러분의 사용자 경험을 개선하기 위해 유지 보수를 진행하는 동안 기능이 제한됩니다. 도움말로 문제가 해결되지 않고 질문을 하고 싶다면 Twitter의 @FirefoxSupport 및 Reddit의 /r/firefox 채널을 활용하세요.

Mozilla 도움말 검색

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

자세히 살펴보기

A forum I visit has a 'Top' button which returns you to the top of page - this feature works on all other browsers except Firefox.

  • 7 답장
  • 1 이 문제를 만남
  • 3 보기
  • 최종 답변자: paparoo

more options

This forum has a 'Top button at the bottom of each page. Clicking on it does the same function as hitting the Home button, which is, it brings you to the top of the page. It works on other browsers, but does not work with Firefox.

This forum has a 'Top'' button at the bottom of each page. Clicking on it does the same function as hitting the Home button, which is, it brings you to the top of the page. It works on other browsers, but does not work with Firefox.

선택된 해결법

There is no element with a name or id "top" on that page and without it Firefox won't work.


javascript:(function(){var d=document,N;N=d.body.firstChild;N=N.parentNode.insertBefore(d.createElement("A"),N);N.setAttribute("name","top");})();
문맥에 따라 이 답변을 읽어주세요 👍 0

모든 댓글 (7)

more options

Does that top button have a link to an existing anchor on that page?

Something like #top isn't enough if such a link doesn't exist.

<a name="top"></a>
more options

I have no idea what you're asking. How do I find out?

more options

?????

글쓴이 paparoo 수정일시

more options

What is the location of the link if you hover the link with the mouse?

If that is #top and adding #top to the URL in the location bar doesn't have effect then that anchor tag is not present.
You can also check the page source via View > Page Source (Ctrl+U).

more options

OK, let's see..

This is what I got:

http://www.abovetopsecret.com/forum/thread732164/pg1#top

more options

선택된 해결법

There is no element with a name or id "top" on that page and without it Firefox won't work.


javascript:(function(){var d=document,N;N=d.body.firstChild;N=N.parentNode.insertBefore(d.createElement("A"),N);N.setAttribute("name","top");})();
more options

I have passed your conclusion onto the forum admin, and have been rewarded with silence. But your suggestion seems very logical and likely to work, and I want to thank you for your quick response. As far as I'm concerned, you've SOLVED the issue. Thanks again.

paparoo