Click here to Skip to main content
15,888,157 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
My firefox plugin is written using firebreath framework. It works absolutely fine upto version 28 of firefox. For higher versions I was unable to call the functions of firebreath dll from my javascript page. I have also attached my source code for your reference. Does anyone know the solution to my problem??

JavaScript
var plugin = document.getElementById('dllID');
if(plugin.valid)
{
    var ngInfo = plugin.ReturnUsers(param1, param2);
    if(ngInfo.length >0)
    {
        // do something
    }
}
Posted

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