Click here to Skip to main content
15,894,343 members
Please Sign up or sign in to vote.
1.00/5 (1 vote)
Hi all,
My website runs properly on IE becoz of ActiveX.
I need to run the same on chrome and Mozilla.
i got one link http://www.ietab.net/[^]


i downloded ie tab extension for both.
so my website is running properly on both the browsers.
I wanted to know is there any code for installing add ons of Mozilla and chrome from dot net.
The code from which we can run .xpi file.
Please help..


Thank you..
God bless u all..:)
Posted
Updated 12-Dec-12 20:22pm
v2
Comments
bbirajdar 13-Dec-12 4:59am    
.xpi files open with firefox.. No other software is required to run it.... If you want , then open firefox through .net code and pass the path to the .xpi file as a parameter to it..
MAU787 13-Dec-12 6:03am    
But how to do it?? any code example

Google Chrome:
Download IE Tab extension that acts as Internet Explorer emulator. It helps enable ActiveX controls in Google Chrome as it emulates IE by using the IE rendering engine directly within Chrome.

To add Extension go to: chrome: //chrome/extensions/
Then go to Web store and download it.
Or

Drag the below file on this path chrome: //chrome/extensions/
It will automatically get installed (for Google Chrome version 23.0.1271.97 m).



Firefox:

Download IE Tab extension that acts as Internet Explorer emulator.
Install ff-activex-host plugin to enable ActiveX controls in the browser. This plug-in makes it possible to use (host) ActiveX controls in Firefox and provides full access to the hosted control (events, functions, properties).

To add IE tab go to:
Tools->Add-ons->search for
IE Tab V2 (Enhanced IE Tab) 4.1.3.1(for Firefox version 18.0) and click on Install.

After installing IE tab download and run ffactivex-setup-r39.exe for enabling ActiveX from given link:
http://code.google.com/p/ff-activex-host/downloads/list

You can read more on IE tab from below link:
http://www.ietab.net/
 
Share this answer
 
I think there is not that type of option. because, browser is different software.

thanks.
 
Share this answer
 
Comments
MAU787 13-Dec-12 5:18am    
i m not talking about browser software..

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900