nanna_govind

Hi All,

I have developed toolbar in IE, i want to convert that IE toolbar to Mozilla firefox toolbar.

If any one knows about how to resolve this please help me.

Thanks,

govind_nanna



Re: Internet Explorer Extension Development IE toolbar to Mozilla firefox toolbar

IECUSTOMIZER

Hi govind,

Please do not post new threads for the same question.

As per my previous reply, you will find information for developing mozilla browser addons at

http://developer.mozilla.org

Unfortunately you just cannot 'plug-in' your IE dll addon to a mozilla browser. I would suggest that you download and install Firefox with the Google toolbar for Firefox and investigate how google does it. Mozilla browsers do not support ActiveX technology, but there is an extension for mozilla browsers (IETab) that will embed an Internet Explorer_server window inside the Mozilla chrome. You could possible use <object> tags then to access your IE addon, but it still won't be able to communicate with the mozilla chrome.

Regards.