aabb
<input type=button value="find aa" onclick="txt = window.document.body.createTextRange();if(txt.findText('aa')){txt.moveStart('character', -1);txt.findText('aa');txt.select(); txt.scrollIntoView();}">
<input type=button value="select some literals and click me" onclick="pp.value = document.selection.createRange().text">
<input id=pp type=text>