Archive for the ‘DE’ Category
|
Vacation
August 4th, 2007 |
Vacation
|
function wikipedia() { if (navigator.appName!='Microsoft Internet Explorer') { var t = document.getSelection(); od(t); } else { var t = document.selection.createRange(); if(document.selection.type == 'Text' && t.text>'') { document.selection.empty(); od(t.text); } } function od(t) { while (t.substr(t.length-1,1)==' ') t=t.substr(0,t.length-1) while (t.substr(0,1)==' ') t=t.substr(1) if (t) window.open('http://en.wikipedia.org/wiki/'+encodeURIComponent(t)); } } document.ondblclick=wikipedia //works for IE only. For NS add
// -->
|
||||||||||||||||||||||||||||||||||
© 1997-2007 CCEBUZZ, Christopher C. Eleazar. All rights reserved. |
||||||||||||||||||||||||||||||||||