Firefox opens Excel spreadsheet when IE won't.

This isn't a Firefox problem, but I am hoping for some insight. On our company Intranet we have links to some Excel spreadsheets. Firefox opens these links with no problem whatsoever, but IE fails randomly saying the file is corrupt. I just inherited this problem and have been assigned with finding a solution. So far everyone thinks it has something to do with Apache, PHP or Wordpress. I don't think so since Firefox works perfectly it must be a setting in IE. Sorry to ask this here (and I did suggest our company use Firefox to replace IE, but they won't go for it...yet!) How does Firefox handle these links differently?

A good place to ask questions and advice about web development is at the mozillaZine Web Development/Standards Evangelism forum.<br />
The helpers at that forum are more knowledgeable about web development issues.<br />
You need to register at the mozillaZine forum site in order to post at that forum.<br />
<br />
See http://forums.mozillazine.org/viewforum.php?f=25

Similar Messages

  • Can no longer open Excel spreadsheets attachments.

    I have recently upgraded to iOS 5 on my iphone4 and 3GS and can no longer open Excel spreadsheets attachments from my Hotmail. They come up as an E (which I think is Evernote). I don't want to use Evernote, I just want to view them as I could before. Even simple spreadsheets come as this annoying E when I try to open them. Everything worked fine before I did the iOS 5 upgrade and went with the cloud. I've no idea how to this happend or how to solve it.
    Can anyone please help?
    Regards
    Pickers120

    Generally if this happens the thing I have found to do is to quit the application and then restart the application by clicking on one of the files (like the ones in your documnets folder), not by starting the application and using the open command. Doing this immediately will usually solve the problem.
    This could also be an indication of some sort of file or disk corruption so I would recommend that you not only check the disk using Disk Utility from the CD but also checking your disk permissions just to be sure. Instructions for doing so can be found in steps one and two here: http://www.thexlab.com/faqs/repairprocess.html
    If the first two steps don't solve the problem then you might as well go to step three, otherwise stop with one and two.
    If you have backups and cannot get the files to open then your only other choice will be to restore from the backup copies. Either way I would make sure that my disk was healthy, by following the above noted steps, before doing the restore, otherwise you may corrupt the restored copy.
    Good Luck and let us know if this helps!!

  • Troubleshooting issues opening Excel spreadsheets

    Platform: SP 2010 service pack 2. Office 2010, windows 7 on user laptop , IE 9 32 bit browser.
    several users started calling recently about problems opening Excel spreadsheets. They are on different SharePoint sites on the same site collection.
    No changes/patches have been made to SharePoint.
    No changes to the site collection features of configuration of which I am aware.
    The site collection is configured that users clicking on a doc library item opens in the application associated with the file type.
    When I, as a farm admin (which I need to do due to permissions), and I click on the Excel documents on person 1's troubled site, they open in Excel as expected.
    When the person reporting the problem clicks on the Excel spreadsheets, he gets one of two behaviors.
    On the first paginated page (documents 1-31) , if he clicks on an Excel document, two instances of the Excel application opens.
    On page 3 (documents 61-90) when he clicks on an Excel document, the excel data appears within the web page itself with a button at the top that says "Open in Excel". When he clicks that, he gets an error box that states
    To open this workbook, your computer must have a version of Microsoft Excel installed and your web browser must support opening files directly from Excel in the browser.
    This of course is interesting since on the first page, clicking on one of the documents uses the version of Excel installed and opens the file directly.
    None of these behavior, of course, can I duplicate.
    And, just to add another confusing item to the list, if this person goes to a different doc library and everything works fine.
    So this does not seem to be related to add-ons (why would add-ons act differently between sites?).
    The sites that I have examined all have the same advanced setting regarding opening the document in the client app rather than the browser.
    I have not yet started the process of having a repair on Office 2010 be broken in a way that on different pages different behaviors occur?

    Well, after the admins performed the repair on Office 2010, the user was able to click on Excel workbooks and have them open as expected.

  • Cannot open excel spreadsheet on my mac.

    I cannot open Excel spreadsheet n my Mac??

    Do you have Microsoft Excel on your Mac? If so, what happens when you try to open the document?
    Cheers,
    GB

  • Automatically open excel spreadsheets with numbers

    can anyone tell me is it possible to set numbers as the default application to ALWAYS open excel spreadsheets? each time i try to open an excel spreadsheet the computer starts up the trial office software. I then have to cancel and choose "open with" and then set "always open with" numbers.
    Having just converted from Windows, I was able to set certain programs to always handle specific file formats, e.g. .jpg, mpeg, avi so I did not have to choose the program every single time i wanted to open a file.
    thx., same goes for pages ,in lieu of word?

    Select an Excel file and option-select (Right Mouse Button) and select Get "Info". See attachment below to set "Open With."
    Regards,

  • Can I read changes in an open Excel spreadsheet?

    Can I make changes to an open Excel spreadsheet and have a Vi read the spreadsheet containing the changes?

    There are several examples for working with excel in the example finder (Help>>Find Examples). Here is a recent discussipon about this.
    Try to take over the world!

  • Firefox opens mutiple tabs when I open a bookmarked page

    Firefox opens mutiple tabs when I open a bookmarked page. When I go to the next bookmarked page Firefox opens all previous tabs that I have recently opened

    Start Firefox in [[Safe Mode]] to check if one of the add-ons is causing the problem (switch to the DEFAULT theme: Tools > Add-ons > Themes).
    * Don't make any changes on the Safe mode start window.
    See:
    * [[Troubleshooting extensions and themes]]

  • How to open Excel spreadsheet in Numbers.

    Hey Kids:
    I have trouble opening imported Excel spreadsheets in Numbers on my iMac.  I have Mountain Lion 10.8.2.  Previously I tried a demo of Office Mac that has expired.  When I try to open an Excel spreadsheet I get a message to buy Office Mac.  I've tried to put the demo application in the trash but I still can't open the Excel spreaddsheet and get a message that Excel is in the trash and can't open the spreadsheet. 
    HELP!

    In addition to what Niel said...
    In the Finder, click on an Excel file (.xls) to select it, press command-I to Get Info.
    In the Info window, expand the Open with...section.
    Click the pop-up menu bar in that section and choose Numbers '09.
    Click the Change All button below the menu.
    Repeat with a current version (.xlsx) file.
    Regards,
    Barry
    PS: Unless you have something vital that you're storing in the Trash, you might also want to Empty the Trash to get rid of the Excel trial that's expired.
    B

  • Opening Excel Spreadsheet from ABAP

    Hello,
    Is there any way to put data from an ABAP program into an existing Excel spreadsheet? I know how to put the data into a new spreadsheet but my users want to put the data into an existing spreadsheet where they have developed macros.
    Thanks,
    Becky

    Hi Becky
    Here is a procedure using OLE automation.
    DATA gs_excel TYPE ole2_object .
    DATA gs_wbooks TYPE ole2_object .
    DATA gs_wbook TYPE ole2_object .
    DATA gs_application TYPE ole2_object .
    CREATE OBJECT gs_excel 'EXCEL.APPLICATION' .
    SET PROPERTY OF gs_excel 'Visible' = 1 .
    GET PROPERTY OF gs_excel 'Workbooks' = gs_wbooks .
    GET PROPERTY OF gs_wbooks 'Application' = gs_application .
    *--Opening the existing document
    CALL METHOD OF gs_wbooks 'Open' = gs_wbook
         EXPORTING #1 = <file_path_var> .
    "*--After this point you can go on processing the sheet
    using OLE Automation techniques"
    If it is just the template to be stored you can save the template .xls file at the application server each time downloading it to a temporary place to open. Or you can store it at SAP Office templates folder. For SAP Office operations you can inspect "BC_SO_*" masked FMs.
    And as a last thing, let me introduce you the SDN forums pointing system: You can assign points to posts you find helpful while solving your question. You can reward points by clicking the yellow star icon at header of each reply post. You can reward;
    - one 10 points (solved)
    - two 6 points (very helpful answer)
    - many 2 points (helpful answer)
    Kind Regards...
    *--Serdar

  • Why does Firefox open new tabs when HOME is clicked?

    I just upgraded to version 29.0 from a 4 year old version and I'm experiencing a problem that I can't imagine how to correct. I have two home pages set in my config, so that when I open firefox I get two tabs displayed. My Home Page field reads "https://www.google.com|https://news.google.com" When I open Firefox I get two tabs, one for Google and one for Google News.
    On my old version, if I was in the first tab & navigated to www.hp.com and then later clicked HOME, Firefox would load that tab back to google. If I was in the second tab, it would navigate that tab back to google as well. The multiple Home page option was just a great help for initialization.
    Now, regardless of what tab I'm in, when I click "HOME" Firefox opens two new pages, sets the first to my first home and the second to my second home and now I have FOUR tabs open. Click home again and I have 6 tabs, again and 8 tabs, etc.
    There has to be a way to fix this. The HOME button is supposed to operate of the current focus, just as it does if you have a single home page specified.

    Hi Stan, what both Ed and I are saying is that the first of your home pages should open ''in the current tab you're viewing'' -- the way you want -- because that's what happens for us.
    Could you repeat the test in Firefox's Safe Mode? That's a standard diagnostic tool to deactivate extensions and some advanced features of Firefox. More info: [[Troubleshoot Firefox issues using Safe Mode]].
    You can restart Firefox in Safe Mode using either:
    * "3-bar" menu button > "?" button > Restart with Add-ons Disabled
    * Help menu > Restart with Add-ons Disabled
    Not all add-ons are disabled: Flash and other plugins still run
    After Firefox shuts down, a small dialog should appear. Click "Start in Safe Mode" (''not'' Reset).
    Any difference?

  • Firefox opens new window when link is clicked but the bookmarks toolbar is missing

    When I start up firefox, the original window displays my bookmark toolbar. But when I click a link where firefox opens a new window, not a new tab, the new window doesn't display my bookmark toolbar. I made sure that it was toggled to be on, and the original window has it, but the new one does not. I don't know how to fix it and it's really irritating because I use the toolbar a lot.

    see [[Reset Firefox – easily fix most problems|Reset Firefox – easily fix most problems]]
    [[Firefox does not work - Common fixes to get you back up and running|Firefox does not work - Common fixes to get you back up and running]]

  • Unable to open excel spreadsheet in iWork 2.2

    I have just purchased iWork 2.2 and am unable to open any microsoft excel spreadsheets. Any suggestions?

    Susy,
    Running Software Update might help. Numbers 2.2 is not the latest revision. Not all Excel document types are compatible. What is the extension on the file you are having trouble with?
    Jerry

  • Firefox opens up automatically when windows starts up

    Within the past 1-2 weeks when rebooting, or starting up windows 8 firefox opens up automatically, I went to startup and firefox isn't listed, need help on making firefox NOT startup automatically when windows 8 opens up, thank you.....

    Sometimes a problem with Firefox may be a result of malware installed on your computer, that you may not be aware of.
    You can try these free programs to scan for malware, which work with your existing antivirus software:
    * [http://www.microsoft.com/security/scanner/default.aspx Microsoft Safety Scanner]
    * [http://www.malwarebytes.org/products/malwarebytes_free/ MalwareBytes' Anti-Malware]
    * [http://support.kaspersky.com/faq/?qid=208283363 TDSSKiller - AntiRootkit Utility]
    * [http://www.surfright.nl/en/hitmanpro/ Hitman Pro]
    * [http://www.eset.com/us/online-scanner/ ESET Online Scanner]
    [http://windows.microsoft.com/MSE Microsoft Security Essentials] is a good permanent antivirus for Windows 7/Vista/XP if you don't already have one.
    Further information can be found in the [[Troubleshoot Firefox issues caused by malware]] article.
    Did this fix your problems? Please report back soon.

  • Firefox opens two windows when I open the browser

    When I open the browser it always opens two home page web pages
    == This happened ==
    Every time Firefox opened
    == I installed win 7 ultimate

    I had the same problem.
    Solved it by starting Thunderbird in a safe mode (http://kb.mozillazine.org/Safe_mode), closed it and started normally...
    Thunderbird showed 1 window afterward... I did play around before that with disabling/enabling extensions but at the end the safe mode helped... Hopefully this helps someone :)

  • Why is firefox opening my jpegs when I am working in photoshop?

    Firefox has taken over opening jpegs when I am working in Photoshop CS5. I am trying to work on my photographs and firefox is interfering. I do not want firefox to do this.
    == After recent firefox update.

    Hello,
    Try disabling graphics hardware acceleration. Since this feature was added to Firefox, it has gradually improved, but there still are a few glitches.
    You might need to restart Firefox in order for this to take effect, so save all work first (e.g., mail you are composing, online documents you're editing, etc.).
    Then perform these steps:
    *Click the orange Firefox button at the top left, then select the "Options" button, or, if there is no Firefox button at the top, go to Tools > Options.
    *In the Firefox options window click the ''Advanced'' tab, then select "General".
    *In the settings list, you should find the ''Use hardware acceleration when available'' checkbox. Uncheck this checkbox.
    *Now, restart Firefox and see if the problems persist.
    Additionally, please check for updates for your graphics driver by following the steps mentioned in the following Knowledge base articles:
    * [[Troubleshoot extensions, themes and hardware acceleration issues to solve common Firefox problems]]
    You have a driver from 2003 installed, you may want to check for a update to that.
    * driverDate: 7-28-2003
    * [[Upgrade your graphics drivers to use hardware acceleration and WebGL]]
    Did this fix your problems? Please report back to us!
    Thank you.

Maybe you are looking for

  • How to sync two time capsules?

    I have two time capsules on my network and want to set them to automatically sync files between them for redundancy.  How do I do this?

  • To deactivate payment info in iTunes

    To deactivate payment info in iTunes Go to iTunes main screen (to the very bottom) Click on Apple id Click view account Clicking view account will bring this screen Edit your payment info And you are done

  • Weird verb behavior...

    I just discovered today on one track of a project that the reverb tail was cut before it is supposed. It really stop instantly after 1, 2 or 3 seconds randomly when it's supposed to last 17 seconds in a smooth fade. Looking for the source, I tried to

  • Fast solution for e.g. Comboboxes

    Hello! What is the fastest way for filling e.g. Comboboxes (ReportQuery, DirectReadQuery)? Maybe you can give a small example. regards Harald.

  • How do you reinstall the operating system for blackberry curve 9300

    Just recently got my blackberry and i cant get it to work, was told this would help?