Some lookups for Internet Explorer
Create links with the following texts as the URL in IE. You'll be able to highlight a word and click the link and it'll automatically take you to its definition. Other uses should be obvious.
javascript:qtext=document.selection.createRange().text;if(!qtext){void(qtext=prompt('Enter%20word%20to%20find%20in%20Merriam-Webster%20Dictionary:',''))}if(qtext){qtext=qtext.split(/[ \']/)[0];if (document.URL=='about:blank') {location.href='http://www.m-w.com/cgi-bin/dictionary?'+escape(qtext);} else {void(window.open('http://www.m-w.com/cgi-bin/dictionary?'+escape(qtext)))}}
javascript:qtext=document.selection.createRange().text;if(!qtext){void(qtext=prompt('Enter%20word%20to%20find%20at%20Dictionary.com:',''))}if(qtext){qtext=qtext.split(/[ \']/)[0];if (document.URL=='about:blank') {location.href='http://www.dictionary.com/cgi-bin/dict.pl?term='+escape(qtext);} else {void(window.open('http://www.dictionary.com/cgi-bin/dict.pl?term='+escape(qtext)))}}
|
|