Is there any way to create BHO.dll (Browser Helper Object) for Mozilla. I have created done this with IE7. I like to migrate this to Mozilla. Please suggest me

I have done a project to capture URL details and based on the data I need to do business process. I have implemented this project in Interner explorer using BHO (Browser Helper Object). I need to migrate this project to Mozilla. Please suggest me.

Firefox doesn't use BHO like IE.
For Firefox (and Google Chrome) you will have to create extensions to add extra features.
*https://developer.mozilla.org/en/Extensions
*https://developer.mozilla.org/en/Building_an_Extension

Similar Messages

  • Is there any way to download files on my computer from different websites i have created?

    don´t know what happened but by any reason i cannot find my folders that contain all the files of different websites i have created, in my computers.  So my question is if is there any way i can download those files from the business catalyst into my desk again

    Thanks for replying my email.   Well, I guess i was looking a way to get back all the files that I created to make different websites.  Don´t know what happened but suddenly they disappeared from my desktop, i have been looking at them using different alternatives but I haven´t had any success, so that is why I thought maybe there was a chance to get them from BC.    I am a designer, so I don´t know so much about technical issues.  Thanks anyway.
    Erbling 

  • Is there any way to edit and save an existing spreadsheet file that was not created from my iPad? I get excel spreadsheets emailed to me and would love to edit them on my iPad and not ever use my PC.

    Is there any way to edit and save an existing spreadsheet file that was not created from my iPad? I get excel spreadsheets emailed to me and would love to edit them on my iPad and not ever use my PC.

    Thanks. I tried an app called Office2HD and it does exactly what I need. I can even email my edited file from this app.

  • Is there any way to launch Shared Services in command prompt for migration?

    Hi All,
    We are on 11.1.1.1.3 Is there any way to launch Shared Services in command prompt for migration purposes? The purpose is we need to automate the migration process from Dev to Prod. Currently we are exporting artifacts by using LCM in shared service by file management and then exporting that folder to prod server and then importing by using LCM. So we need to automate the whole process.
    So is there any way we can launch shared services/LCM in command prompt to launch the migration for export/import artifacts?
    Any suggestions will be great help.

    Did you see the bit in the documentation called "Creating Migration Definitions"?
    See: http://download.oracle.com/docs/cd/E12825_01/epm.111/epm_lifecycle_management/ch06s03s01.htm
    Also, if you follow this link, the docs explain how to (sort of) generate the xml:
    http://download.oracle.com/docs/cd/E12825_01/epm.111/epm_lifecycle_management/ch06s03.htm
    Regards,
    Cameron Lackpour

  • On iTunes 11, how can I access home sharing if the music is from a CD? Is there any way I can download these songs if (A) I no longer have the CD, or (B) I do not want to pay $25 a year for iTunes Match?

    On iTunes 11, how can I access home sharing if the music is from a CD on a different computer using Home Sharing? Is there any way I can download these songs if (A) I no longer have the CD, or (B) I do not want to pay $25 a year for iTunes Match?

    Yes, you can copy songs that you ripped from a CD to your Home Sharing computer.
    Turn on Home Sharing first on both computers.  To do that, go to File > Home Sharing > Turn on Home Sharing.  Enter your Apple ID and password.
    Now go to your computer that you want to copy the songs to and connect to your Home Share.  You can do that by clicking on the popover button located at the left top corner right below the play control buttons.  Click on it and scroll to the bottom until you see your Home Share and select it.
    Go to Music in your Home Share.  Select the songs that you want to copy in your Home Share and click Import at the bottom right corner.

  • Is there any way to darken the gridlines in iCal?  I'm using it on a Macbook with Lion and find it difficult to see the gridlines on the iCal display.

    Is there any way to darken the gridlines in iCal?  I'm using it on a Macbook with Lion and find it difficult to see the gridlines on the iCal display.

    ''Problem:'' For whatever reason, NoScript is stopping Runescape Community Toolbar from working properly which freezes your first Firefox window.
    ''Fix:'' Uninstall the toolbar. Disable NoScript. Install the toolbar. Add your RS account to it and make sure it works, then Enable NoScript again.
    EDIT: Posted a fix earlier that was wrong. Corrected to the right one, sorry ^_^ Answer was on Runescape Forums.

  • HT5244 Is there any way to find out after(!) running die Update, if i have been infected?

    Is there any way to find out after(!) running die Update, if i have been infected?

    Run any one of these tools: http://reviews.cnet.com/8301-13727_7-57413811-263/flashback-malware-removal-tool -roundup/
    Or you can check manually: http://reviews.cnet.com/8301-13727_7-57410096-263/how-to-remove-the-flashback-ma lware-from-os-x/

  • I accidentally deleted my iPhoto a while ago and don't have money to purchase it is there any way to get it back or download it for free?

    i accidentally deleted my iPhoto a while ago and don't have money to purchase it is there any way to get it back or download it for free?

    Howdid you buy iPhoto originally? Did it come preinstalled on a new macwith MacOS X 10.7 or later? Then you can download it from the Purchased tab of the AppStore:
    See:  OS X: About OS X Recovery
    Restoring iLife applications after Internet Restore of OS X
    If your computer came with OS X Lion or later and you erase your hard disk and install OS X, you can download iPhoto, iMovie, and GarageBand from the Mac App Store.
    Choose App Store from the Apple menu.
    Enter your Apple ID and password when prompted.
    Click Purchases.
    If you haven't previously accepted your bundled iLife applications within the Mac App Store, you should see your iLife applications appear in the Accept portion of the screen. Click Accept.
    You may be asked for your Apple ID and password once again. Your iLife applications now move to the Purchased section. These applications are part of the software that came with your computer. Your account will not be charged for them. Click Install to complete installation of your applications.
    If your Mac came with an earlier system, reinstall iPhoto from the bundled application installation disk.
    And if you bought an iLife disk, use that to reinstall.

  • Is there any way to edit the standard Firefox context menu for displayed Web pages?

    Is there any way to edit the standard Firefox context menu for displayed Web pages? I frequently want to save a picture appearing on a page. Sometimes I "slip" and hit "Send Image" when I want "Save Image As", and have to sit and wait for a default send-mail page to come up, then close it, fiddling with its "are you sure" dialogs. This is a painful way to handle a slip-up. I basically NEVER want to e-mail an element directly from a page. Is there any way I can just delete "Send Image" from the context menu?

    You can remove entries in the context menu with code in the userChrome.css file
    *http://kb.mozillazine.org/userChrome.css
    Some IDs are listed in this MozillaZine Knowledge Base article:
    *http://kb.mozillazine.org/Chrome_element_names_and_IDs
    To find the ID of others you will have to use the DOM Inspector.
    * https://support.mozilla.org/kb/DOM+Inspector
    * https://developer.mozilla.org/En/DOM_Inspector
    * https://developer.mozilla.org/en/Introduction_to_DOM_Inspector
    * DOM Inspector: https://addons.mozilla.org/firefox/addon/dom-inspector-6622/

  • HT5622 Is there any way i can use app store without entering a credit card # because i don't have one

    Is there any way i can use app store without entering a credit card # because i don't have one

    Click here and follow the instructions.
    (87861)

  • Is there any way to send some one a password protected pdf that only they can access/view with a password?

    Is there any way to send some one a password protected pdf that only they can access/view with a password?
    Thanks!

    Hi wonderingtoday,
    Yes, you can! If you have Acrobat, you can assign an "Open Password" to the PDF, so that only people who have that password can open the PDF. If you don't have Acrobat, you can try it for free for 30 days. For more information, see www.adobe.com/products/acrobat.html.
    Best,
    Sara

  • Having recently updated Firefox, there now seems to be a long delay before many webpages load. Is there any way to easily revert to the previous arrangement, for example by removing new features that came with the upgrade that I probably don't use?

    Having recently updated Firefox, there now seems to be a long delay before many webpages load. Is there any way to easily revert to the previous arrangement, for example by removing new features that came with the upgrade that I probably don't use?

    Having recently updated Firefox, there now seems to be a long delay before many webpages load. Is there any way to easily revert to the previous arrangement, for example by removing new features that came with the upgrade that I probably don't use?

  • I bought music on my iPhone but lost it when I connected it to a new laptop is there any way of getting is back without paying again for it?

    I bought music on my iPhone but lost it when I connected it to a new laptop is there any way of getting is back without paying again for it?

    Was the content not synced with a computer previously?  If it was, simply re-sync with that computer.
    Syncing an iDevice to a new computer will do exactly what you describe above as this is not the way to move content to a new computer.

  • Re: Docs and Data - In my Jamie Oliver app (app size 244MB) i have used also used 633MB docs/data - is there any way to back up the docs and data so i dont have to download it all again when i update my operating system? (as i tunes only backup app itself

    Document and Data backup ? - can it be done??
    Sorry if this question has already been answered before but im not phone savvy...at all!!!
    I have a Jamie Oliver appl that is 244MB, but in it i have downloaded 633 MB docs and data - but the only bit that itunes backup is the 244MB app,...is there any way i can save/backup the 633MB bit too so i don't have to download all the videos/recipe packs again (i know it wont cost to download them again, i just dont want to take up the time and use my downloads).
    Any help would be appreciated...thanks, Kirst

    Document and Data backup ? - can it be done??
    Sorry if this question has already been answered before but im not phone savvy...at all!!!
    I have a Jamie Oliver appl that is 244MB, but in it i have downloaded 633 MB docs and data - but the only bit that itunes backup is the 244MB app,...is there any way i can save/backup the 633MB bit too so i don't have to download all the videos/recipe packs again (i know it wont cost to download them again, i just dont want to take up the time and use my downloads).
    Any help would be appreciated...thanks, Kirst

  • Is there any way to synch mail on two Macs so it doesn't have to be read twice?

    Is there any way to process mail once instead of having to go through it again on each device? If you read or delete a message is there any way to have this synched on other devices?

    Use ones that do :-)
    Any service that does not provide IMAP, in my opinion, is not a service you want.
    I suppose the alternative is to use webmail.  Yuk.
    Grant

Maybe you are looking for