I am trying to use HTML to type in the first letters of a name, for example for Craig Smith, type in Cra and it will show a drop down list of all of the names beginning with those letters. I am assuming that this is done with an SQL query, but I looked at the source code for a site that did this and did not see anything different than an ordinary text box. <br>