search for: divautocompletelist

Displaying 1 result from an estimated 1 matches for "divautocompletelist".

2006 Jan 10
0
Changes to Autocomplete?
...blur away from the control ... Many thanks! Regards, Cam Here's how I'm creating it (abbreviated): __________________________________________________________ Find Client: <input name="clientSearch" id="clientSearch" type="text" /> <div id="divAutoCompleteList" class="auto_complete" style="overflow:auto"></div> <script type="text/javascript"> new Ajax.Autocompleter( 'clientSearch', 'divAutoCompleteList', '/path/to/script.aspx?Call=ClientSearch', { paramName...