Trying my hand at开发者_Python百科 some simple firefox extensions... I am trying to create a second \"bar\" the width of the browser window directly above the default status bar at the bottom of the
I found this file at google code with the function: function SetAlwaysOnTop() { var chkTop = document.getElementById(\"itmAlwaysOnTop\");
I\'m wondering, is it even possible to treat the request for the Xul Browser component to open a new window? I tried changing the window.open function, but looks like it\'s never called.
Regarding Mozillas Auto-Suggest Extension Tutorial I\'d like to design my own auto-suggest extension. The tutorial uses json defined in the autocompletesearchparam param as suggestion-source.
I am developing a Firefox (FF) extension and am calling a function when a particular button on FF is pressed. Sometimes, FF is not able to find my function from my script file even if it is there. Ins
I have a Firefox extensi开发者_开发技巧on that I would like to port to IE, I don\'t want to code it again.
I have some problems 1. how do I make my statusbar context menu that consists of 2 choices of menu preferences and addons status
Is it possible for example to create an iframe with www page inside and print all the HTTP requests in kind of text element like label or something (it doesn\'t metter in wh开发者_C百科ich one, I just
I want to create an image in my statusbar, but why it can\'t appear? And, how to add menu in status bar when I click right the mouse?
I am new to Firefox extension development. I have started to work on an extension that triggers when the page has been loaded. The problem I have is that the event is triggered twice. Its almost as i