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
discuss@jquery.com
http://jquery.com/discuss/

Reply via email to