ok that did the trick - but what is weird is that it seems to work nicely in firefox but it does nto work at all in internet explorer. what is causing that?
Stefan Petre wrote: > > bdee wrote: >> i am relatively new to jquery and i am trying to get the autocomplete >> feature >> from the interface plugin to work for my movielist site. the site just >> lists the movies i have from an access database on my server. >> >> i have the autocomplete feature working but not exactly the way it >> should. >> If i start typing in the search field, the autocomplete window pops up >> but >> instead of returning results based on what i am typing it always returns >> the >> default (full) set of records. i really don't know why that is. >> below are links to the asp code for my main page and for the page that >> does >> the query for the autocomplete. >> http://www.nabble.com/file/6323/mainpage.asp mainpage.asp >> http://www.nabble.com/file/6324/autocomplete_Page.asp >> autocomplete_Page.asp >> >> for a lve example of the behaviour i am witnessing go to >> http://bdee.no-ip.com:9000/asp/index.asp My page >> >> any advice would be appreciated. >> > > HI, > > You should use: > source: 'index_liveSearch_Titles.asp' > > and in your autocomplete_Page.asp search by POST variable 'value' . You > also get a POST variable named 'field' with field ID as value > > Stefan > > _______________________________________________ > jQuery mailing list > [email protected] > http://jquery.com/discuss/ > > -- View this message in context: http://www.nabble.com/interface-plugin-autocomplete-always-starts-with-a-full-query-tf3202858.html#a8896410 Sent from the JQuery mailing list archive at Nabble.com. _______________________________________________ jQuery mailing list [email protected] http://jquery.com/discuss/
