username: password: Sign up
Widgets » Web Developer » Whois Widget
This tool provide specified domain name's whois record via Whois.Net
Log in at the top of the page to post a comment.
By raboo , # Sep 20, 2009 9:29:10 AM
By zar0ku1 , # Jan 10, 2009 11:42:20 AM
By dapxin , # Feb 18, 2008 10:25:42 PM
By mail2rajeev , # Feb 23, 2007 9:04:45 PM
By cyberfly , # Nov 17, 2006 8:45:28 PM
By CatmandOo , # Aug 7, 2006 6:58:16 PM
By Darken , # Jul 22, 2006 6:12:00 PM
By Michaeldee , # Jul 12, 2006 1:48:17 AM
By seifip , # Jul 5, 2006 1:02:24 PM
By padule , # Jul 4, 2006 9:41:28 AM
By Darken , # Jul 3, 2006 11:20:11 PM
By vincentvankooten , # Jul 3, 2006 4:04:32 PM
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!
By raboo , # Sep 20, 2009 9:29:10 AM
By zar0ku1 , # Jan 10, 2009 11:42:20 AM
By dapxin , # Feb 18, 2008 10:25:42 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['.org/preferences-service;1'].getService(Components.interfaces.nsIPrefService).getBranch(null);
var originalFillInHTMLTooltip = window.FillInHTMLTooltip;
window.__hostipfox__FillInHTMLTooltip = originalFillInHTMLTooltip;
const dnsService = Components.classes['.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.length))
elem = e
By mail2rajeev , # Feb 23, 2007 9:04:45 PM
By cyberfly , # Nov 17, 2006 8:45:28 PM
By CatmandOo , # Aug 7, 2006 6:58:16 PM
By Darken , # Jul 22, 2006 6:12:00 PM
By Michaeldee , # Jul 12, 2006 1:48:17 AM
By seifip , # Jul 5, 2006 1:02:24 PM
By padule , # Jul 4, 2006 9:41:28 AM
By Darken , # Jul 3, 2006 11:20:11 PM
By vincentvankooten , # Jul 3, 2006 4:04:32 PM