לאתר זה תהיה פונקציונליות מוגבלת בזמן שאנו מתחזקים אותו לשיפור החוויה שלך. אם מאמר מסויים לא פותר את הבעיה שלך וברצונך לשאול שאלה, קהילת התמיכה שלנו מחכה לעזור לך ב־Twitter תחת ‎@FirefoxSupport וב־Reddit תחת ‎/r/firefox.

חיפוש בתמיכה

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

מידע נוסף

The download button in my website does not work in firefox, but it works in chrome. Is it an issue with firefox?

more options

I have a download button for my website. The button works properly in Google Chrome. But instead of downloading the file, firefox opens the file on a new tab. I want firefox to download the file instead of opening it.

Could someone help me with this...

I have a download button for my website. The button works properly in Google Chrome. But instead of downloading the file, firefox opens the file on a new tab. I want firefox to download the file instead of opening it. Could someone help me with this...

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

more options

That is likely a problem with the content type that the server sends for this file. If this is text/html or text/plain then Firefox opens th file in a tab.

You can look at this extension to check the HTTP response headers:

more options

What kind of file is it?

You can overcome a browser's natural inclination to display content in a tab by setting a content-disposition:attachment header. The best way to do that depends on your server setup.