function KlickGlossar() { begriff = ''; if (window.getSelection) begriff=window.getSelection(); else if (document.getSelection) begriff=document.getSelection(); else if (document.selection) begriff=document.selection.createRange().text; else return; document.glossar.search_exp.value = begriff; document.glossar.submit(); }