could u (or anybody) help me out, cause the code seems ok to me!
- Code: Select all
if(openInTab) {
var newTab = gBrowser.addTab(url);
if(!loadInBackground) gBrowser.selectedTab = newTab;
} else
openUILink(url, aEvent, false, true);
}
this.checkForMiddleClick = function(aNode, aEvent) {
if(aEvent.button == 1) {
var fn = new Function("event", "this.search(this, event)");
fn.call(aNode, aEvent);
}
}
I am using FF3RC2.
Thanks for your reply.


