I do not know why ! but I can´t execute any widget ! such I run it and the winrar open once opened I click one of the files to run and it calls the mozzila with such a bunch of symbols some one help me
your idea is nice (links to common providers). how about adding also .org? or maybe add a configuration section with the possiblity to specify which TLDs to search, so one could search for countries as well.
By ezviet, # Jun 29, 2008 2:59:42 AM
can you make a widget by which mouseover event would genrate the ip address, location and the coordinates of the hyperlink..........
this is actually present in firefox as an add-on.
code for ur help:-
function hostipfox_enable() {
}
function hostipfox_disable() {
}
function hostipfox_init() {
if('__hostipfox__FillInHTMLTooltip' in window) return;
const prefs = Components.classes['@mozilla.org/preferences-service;1'].getService(Components.interfaces.nsIPrefService).getBranch(null);
var originalFillInHTMLTooltip = window.FillInHTMLTooltip;
window.__hostipfox__FillInHTMLTooltip = originalFillInHTMLTooltip;
const dnsService = Components.classes['@mozilla.org/network/dns-service;1'].getService(Components.interfaces.nsIDNSService)
const nsISupportsString = ('nsISupportsWString' in Components.interfaces) ? Components.interfaces.nsISupportsWString : Components.interfaces.nsISupportsString;
window.FillInHTMLTooltip = function(elem)
{
var retval = false;
if (!elem ||
elem.namespaceURI == 'http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul')
return false;
try {
if (elem) {
while (elem && (elem.nodeType != Node.ELEMENT_NODE || !elem.attributes.l
By mail2rajeev, # Feb 23, 2007 8:58:03 PM
By iamgregg, # Jun 23, 2006 6:26:04 PM
but I can´t execute any widget ! such
I run it and the winrar open
once opened
I click one of the files to run
and it calls the mozzila with such a bunch of
symbols
some one help me
By ceceu, # Jun 21, 2006 0:13:33 AM
By afterxleep, # Jun 14, 2006 5:42:32 AM
how about adding also .org?
or maybe add a configuration section with the possiblity to specify which TLDs to search, so one could search for countries as well.
By padule, # May 29, 2006 10:27:43 AM
By afterxleep, # May 28, 2006 0:55:45 AM