hi Diancecht,
on the ajax-dynamic-list.html, i changed the function ajax_showOptions to ajax_showOptions2:
.
.
<input type="text" onFocus=clearText(this) name="cities" autocomplete="off" onKeyUp="ajax_showOptions2(this,'getByLetters2',event)">
.
.
and on the ajax-dynamic-list-cities.js, i...