Displaying 1 result from an estimated 1 matches for "form689name".
2006 Mar 07
0
Ajax.Autompleter not working on IE
....
On IE my Ajax.Updater code and my scriptaculous effects are working
fine, but my autocomplete fields are not. I assume I''m doing
something wrong in setting up the field:
I use this on my form:
<input autocomplete="off" name="name" type="text" id="form689name" />
<div class="auto_complete" style="display:none;" id="form689name_auto_complete"></div>
And I have the Ajax.Autocompleter call at the end of my page:
<script type="text/javascript">
<!--
document.forms[0].name.focus()
new A...