How can I simulate Google-Suggest

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • laredotornado@zipmail.com

    How can I simulate Google-Suggest

    Many have seen Google Suggest, in which you begin typing in your search
    term, and the system attempts to auto-complete by supplying a list of
    phrases beneath the text field.



    My question is, in Javascript, if I already have a predefined list of
    terms, how can I accomplish this functionality beneath my text field?
    Any example code or sites are greatly appreciated.

    Thanks, - Dave

  • Jim Land

    #2
    Re: How can I simulate Google-Suggest

    laredotornado@z ipmail.com wrote in news:1153941558 .945632.170450
    @s13g2000cwa.go oglegroups.com:
    Many have seen Google Suggest, in which you begin typing in your search
    term, and the system attempts to auto-complete by supplying a list of
    phrases beneath the text field.
    >

    >
    My question is, in Javascript, if I already have a predefined list of
    terms, how can I accomplish this functionality beneath my text field?
    Any example code or sites are greatly appreciated.
    google javascript autocomplete textbox

    Comment

    • TheBagbournes

      #3
      Re: How can I simulate Google-Suggest

      laredotornado@z ipmail.com wrote:
      Many have seen Google Suggest, in which you begin typing in your search
      term, and the system attempts to auto-complete by supplying a list of
      phrases beneath the text field.
      >

      >
      My question is, in Javascript, if I already have a predefined list of
      terms, how can I accomplish this functionality beneath my text field?
      Any example code or sites are greatly appreciated.
      Yahoo's UI kit has an AutoComplete widget. The documentation of the whole kit is excellent.

      Measure, monetize, advertise and improve your apps with Yahoo tools. Join the 200,000 developers using Yahoo tools to build their app businesses.

      Comment

      Working...