Този сайт ще има ограничена функционалност, докато се извършва тече неговата поддръжка. Ако дадена статия не може реши проблема ви и искате да зададете въпрос, нашата общност е готова да ви помогне на @firefox в Twitter и /r/firefox в Reddit.

Търсене в помощните статии

Избягвайте измамите при поддръжката. Никога няма да ви помолим да се обадите или изпратите SMS на телефонен номер или да споделите лична информация. Моля, докладвайте подозрителна активност на "Докладване за злоупотреба".

Научете повече

Need an alternative to ActiveXObject("Excel.Application")

  • 2 отговора
  • 5 имат този проблем
  • 1 изглед
  • Последен отговор от the-edmeister

more options

One of the application is using ActiveXObject to create excel object. This works in IE but not in Firefox. So need help to find out an alternative to create ActiveXObject("Excel.Application").

How can we make this to work in Firefox?

Please let me know if the question is not clear. Thanks for the help.

One of the application is using ActiveXObject to create excel object. This works in IE but not in Firefox. So need help to find out an alternative to create ActiveXObject("Excel.Application"). How can we make this to work in Firefox? Please let me know if the question is not clear. Thanks for the help.

Всички отговори (2)

more options

This code is written in javascript to create ActiveXObject

function exportView() { excel_obj = new ActiveXObject("Excel.Application"); .....

}

more options

Firefox doesn't do ActiveX. Try one of the IE Tab extensions.
https://addons.mozilla.org/en-US/firefox/addon/ie-tab-2-ff-36/