[thelist] gHTML????

jeff jeff at members.evolt.org
Fri Jan 12 20:17:31 CST 2001


anthony,

:~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
: From: Anthony Baratta
:
: Also - (I tried search the list archives and came
: up blank), does anyone have the site name that
: tells you what server is someone running?
:~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

it's http://www.netcraft.com/

and, for those instances where you just wanna click a link to find out what
the server is, but not be bothered with typing the domain name or
whatever...

<tip type="bookmarklet" author=".jeff">

here's a bookmarklet i wrote that interfaces with netcraft.

javascript:var nc = 'http:\/\/www.netcraft.com/whats/?host='; var dm = null;
var cd = confirm('Press OK to check this server.  Press Cancel to enter your
own.'); if(!cd) dm = prompt('Enter the domain name of the server you wish to
check',top.location.host); nc = (!cd) ? nc + dm : nc + top.location.host;
if(cd || dm != null)
window.open(nc,'netcraft','resizable,scrollbars,status,height=350,width=520'
); void(0)

for those of you who don't know how to "install" this little gem, go get the
scoop at http://www.bookmarklets.com/

</tip>

good luck,

.jeff

name://jeff.howden
game://web.development
http://www.evolt.org/
mailto:jeff at members.evolt.org





More information about the thelist mailing list