i have used code below to replace my text in statusbar :
           if(nsBrowserStatusHandler)
           {
           //change original toString function with myFunction
               eval("nsBrowserStatusHandler.prototype.setOverLink=
"+nsBrowserStatusHandler.prototype.setOverLink.toString().replace(
               'link;', 'MyFunction();'));
           }

it works correctly in windows platform but it doesn't work on Linux platform
any body know why?

On 7/3/07, Neil <[EMAIL PROTECTED]> wrote:

joe ertaba wrote:

> i am going to monitor links in a web page.
>
> i am using this command:
> window.addEventListener("mouseover", MyFunction, false);

Try using ..., true); this means that you get to notice the mouseovers
before anyone else.
_______________________________________________
Project_owners mailing list
[email protected]
http://mozdev.org/mailman/listinfo/project_owners

_______________________________________________
Project_owners mailing list
[email protected]
http://mozdev.org/mailman/listinfo/project_owners

Reply via email to