I have IE 6.0.2 on an old Win 98 machine (that sounds like a vacuum cleaner when running), but I''m developing with FireFox and on Mac and Linux where things seem to work fine. 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 Ajax.Autocompleter(''form689name'', ''form689name_auto_complete'', ''http://bumby:3000/admin/workshop'', { method: ''get'', requestHeaders: [''X-Ajax-Complete'', ''complete''], minChars: 3}) --> </script> </body> </html> When I type three chars I don''t see any ajax request going to the server. Again, other ajax requests do work on that same page (effects and update a table). -- Bill Moseley moseley-kv6DSSSScSo@public.gmane.org