I'm trying to replicate the function of the search on Yahoo Finance.
The get quote search where you can start typing in the company name and it autocompletes it.
I have it partially working at:
http://www.finif.com/teststream/search/
Now I want to have it so once they click on the option that shows up it goes to a certain url. How would I go about doing this? I would be willing to pay for a working solution.
By the way I'm using the code from here: http://davidwalsh.name/mootools-autocomplete
Thanks