Where did you install Firefox from? Help Mozilla uncover 3rd party websites that offer problematic Firefox installation by taking part in our campaign. There will be swag, and you'll be featured in our blog if you manage to report at least 10 valid reports!

Vyhľadajte odpoveď

Vyhnite sa podvodom s podporou. Nikdy vás nebudeme žiadať, aby ste zavolali alebo poslali SMS na telefónne číslo alebo zdieľali osobné informácie. Nahláste prosím podozrivú aktivitu použitím voľby “Nahlásiť zneužitie”.

Learn More

ActiveX on Firefox

more options

Dear Support,

We are using IE on Windows for our main application and using ActiveX script to print directly to the printer and this is working fine. Now, we need to migrate the application to Ubuntu desktop and use the Firefox as web browser instead of IE but the ActiveX script is not working from Firefox. What is the similar feature in Firefox for Activex?

Dear Support, We are using IE on Windows for our main application and using ActiveX script to print directly to the printer and this is working fine. Now, we need to migrate the application to Ubuntu desktop and use the Firefox as web browser instead of IE but the ActiveX script is not working from Firefox. What is the similar feature in Firefox for Activex?

Všetky odpovede (2)

more options

There's not really an equivalent. It would really help to know what exactly your ActiveX script needs to do though.

What's available currently are Web Extensions APIs like:

https://developer.mozilla.org/en-US/docs/Mozilla/Add-ons/WebExtensions https://developer.mozilla.org/en-US/docs/Mozilla/Add-ons/WebExtensions/API/tabs/printPreview https://developer.mozilla.org/en-US/docs/Mozilla/Add-ons/WebExtensions/API/tabs/saveAsPDF

If the use cases is persuasive enough, those API's can potentially be expanded.

more options

Why does your application need to print directly to the printer? I think a more broadly compatible approach would be to serve PDFs to the browser for the user to print in their preferred way.