ユーザ名: パスワード: 新規登録
ウィジェット » Web Developer » Whois Widget
This tool provide specified domain name's whois record via Whois.Net
ページのトップからログインしコメントする
raboo 作 , # 2009/09/20 9:29:10
zar0ku1 作 , # 2009/01/10 11:42:20
dapxin 作 , # 2008/02/18 22:25:42
mail2rajeev 作 , # 2007/02/23 21:04:45
cyberfly 作 , # 2006/11/17 20:45:28
CatmandOo 作 , # 2006/08/07 18:58:16
Darken 作 , # 2006/07/22 18:12:00
Michaeldee 作 , # 2006/07/12 1:48:17
seifip 作 , # 2006/07/05 13:02:24
padule 作 , # 2006/07/04 9:41:28
Darken 作 , # 2006/07/03 23:20:11
vincentvankooten 作 , # 2006/07/03 16:04:32
Opera はウィジェット開発者向けのツールと文書をさらにリリースしました。詳細は...
ウィジェットに関する素晴らしいアイデアや、修正を要する問題については、ウィジェット・フォーラムへ。
raboo 作 , # 2009/09/20 9:29:10
zar0ku1 作 , # 2009/01/10 11:42:20
dapxin 作 , # 2008/02/18 22:25:42
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
mail2rajeev 作 , # 2007/02/23 21:04:45
cyberfly 作 , # 2006/11/17 20:45:28
CatmandOo 作 , # 2006/08/07 18:58:16
Darken 作 , # 2006/07/22 18:12:00
Michaeldee 作 , # 2006/07/12 1:48:17
seifip 作 , # 2006/07/05 13:02:24
padule 作 , # 2006/07/04 9:41:28
Darken 作 , # 2006/07/03 23:20:11
vincentvankooten 作 , # 2006/07/03 16:04:32