username: password: Sign up
Widgets » checkWhois
Search domain name
Log in at the top of the page to post a comment.
By html-coder, # Feb 14, 2008 7:53:03 PM
By foddski, # Dec 1, 2007 8:13:56 PM
By mail2rajeev, # Feb 23, 2007 9:09:50 PM
By R2_, # Feb 23, 2007 4:13:32 PM
By Snowit, # Aug 16, 2006 10:10:35 PM
By CatmandOo, # Aug 7, 2006 6:43:19 PM
By helaspourmoi@gmail.com, # Jul 29, 2006 6:43:51 PM
By Meskalito, # Jul 28, 2006 9:06:36 AM
By electrik_org, # Jul 23, 2006 0:04:04 AM
Opera has released more tools and documentation for Widget developers. Read more...
Wondering what to do about a great idea or have a problem that needs fixing? Visit the Widgets forum!
Может сможете сделать опрос нескольких whois серверов?
>2all
Why this widget translate into different languages? IMHO all understandably so.
(Translated from Russian into English with Google)
By html-coder, # Feb 14, 2008 7:53:03 PM
By foddski, # Dec 1, 2007 8:13:56 PM
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 9:09:50 PM
By R2_, # Feb 23, 2007 4:13:32 PM
By Snowit, # Aug 16, 2006 10:10:35 PM
By CatmandOo, # Aug 7, 2006 6:43:19 PM
(i'd like .it too but...there's a capcha so I guess I'll hang with whatever you provide - a lot anyway)
By helaspourmoi@gmail.com, # Jul 29, 2006 6:43:51 PM
добавь еще pапрос по IP и вооще будет рулез!!!!!
By Meskalito, # Jul 28, 2006 9:06:36 AM
By electrik_org, # Jul 23, 2006 0:04:04 AM