חיפוש בתמיכה

יש להימנע מהונאות תמיכה. לעולם לא נבקש ממך להתקשר או לשלוח הודעת טקסט למספר טלפון או לשתף מידע אישי. נא לדווח על כל פעילות חשודה באמצעות באפשרות ״דיווח על שימוש לרעה״.

מידע נוסף

How do I get this script to work with Firefox?

  • 3 תגובות
  • 2 have this problem
  • 1 view
  • תגובה אחרונה מאת Handwriter

more options

This "Go To Top of Page" button will not work with Firefox 5.0.What do I need to do inorder to have it function correctly?

This "Go To Top of Page" button will not work with Firefox 5.0.What do I need to do inorder to have it function correctly?

פתרון נבחר

Handwriter you are actually using Firefox 3.6.13 based on your useragent (look at end, not beginning). The Mozilla/5.0 is on all Firefox releases. Firefox 5.0 will not be out for quite some time yet as 4.0 has yet to be released.

Read this answer in context 👍 0

כל התגובות (3)

more options

#top only work if that link is present in the page code.

You can try this code:

<form><center><input type="button" value="Click to go to the top of the page." onclick="document.getElementsByTagName('html')[0].scrollTop=0;"></center></form>

השתנתה ב־ על־ידי cor-el

more options

פתרון נבחר

Handwriter you are actually using Firefox 3.6.13 based on your useragent (look at end, not beginning). The Mozilla/5.0 is on all Firefox releases. Firefox 5.0 will not be out for quite some time yet as 4.0 has yet to be released.

more options

cor-el,

Thank you. That worked just fine! Now the button works with most browsers.