On Thu, 18 Sep 2003 15:00:03 +0200, Piercarlo Slavazza wrote:
> Yes, Javascript its fine for me (actually I am writing a Mozilla addon
> for the sidebar). But (please be patient!), what I am supposed to
> replace with the string "yourBrowser" in
> "yourBrowser.addProgressListener"? Let's pretend that I'm using - to be
> precise - Mozilla 1.4 (and possibly Netscape 7.1, which, I think,
> behaves the same as Mozilla1.4).
>
> Thanks again!
> piercarlo
your're welcome
normally to have your tabBrowser object, you have code :
var yourBrowser=document.getElementById("content");
tell me if it work,
cedric