Google Groups no longer supports new Usenet posts or subscriptions. Historical content remains viewable.
Dismiss

catch an event in the overlay.xul/js

0 views
Skip to first unread message

io

unread,
Nov 27, 2009, 1:47:04 PM11/27/09
to
Hi, i have done an toolbar for mozilla...overlay.xul (and ovrelay.js);
I would like to run a function "carica()" at every page that is loaded
in the browser...
i have try with

set collapsed(aValue)
{
if (aValue && this.mProgressBar.value != 100)
{
this.mProgressBar.value = 100;

}
carica();
},

but this function is loaded two times at every refresh and one time at
every tab opened....

0 new messages