Ok, nevermind, hold off. When I got some of the other issues fixed and turned back to this, I did change:
<script language="text/javascript"> to <script type="text/javascript"> and then your autocompleter started working. This is still so strange, because Dan's worked with <script language="JavaScript"> but then just started throwing an error until I changed to <script language="text/javascript"> (which fixed the same error in your version) and then your version would not do anything until I switched to <script type="text/javascript">. I'm still at a loss why the code had been working with the original script tag and then just stopped working, but at least it's working now. Now I have to figure out how to process in data being passed back to me. Thanks again for your help. On Jul 12, 4:25 pm, Jörn Zaefferer <[EMAIL PROTECTED]> wrote: > AtlantaGeek wrote: > > Fixed that "object expected" error. It seems JQuery (or your > > autocompleter) was sensitive to the SCRIPT tag. Had to make it: > > > <script language="text/javascript"> > > That should by <script text="text/javascript">. I wouldn't rely on > anything else. > > If you post a test page with your autocomplete setup I'm sure I can help > to get it running. > > -- > Jörn Zaefferer > > http://bassistance.de