Re: "Iconoclastic"? - stupid web tricks...

Date view Thread view Subject view Author view

From: Derek Robinson (nnvsnu@yahoo.com)
Date: Mon Nov 13 2000 - 05:51:43 PST


This one's simpler. Copy this into an HTML file then drag the anchor up to
the browser link-bar. (IE4+ only.)

<a href="javascript:
var txt=document.selection.createRange().text;
if(txt=='')alert('Highlight a word to lookup!');
else var mywin=window.open(
'http://www.dictionary.com/cgi-bin/dict.pl?term='
+escape(txt));">Lookup</a>

c/o: http://www.rachnajit.com/lekhani/

__________________________________________________
Do You Yahoo!?
Talk to your friends online with Yahoo! Messenger.
http://im.yahoo.com


Date view Thread view Subject view Author view

This archive was generated by hypermail 2b29 : Fri Nov 17 2000 - 16:50:59 PST