what do you mean with "it doesn't work on Linux platform "?? do you have an
error code? an error message?
which version of the application are you running in each platform??
On 7/12/07, joe ertaba <[EMAIL PROTECTED]> wrote:
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
--
______
Ezequiel.
Http://www.ironicnet.com
_______________________________________________
Project_owners mailing list
[email protected]
http://mozdev.org/mailman/listinfo/project_owners