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
