Hi,
sorry for multiple questions this afternoon, but I have a deadline to complete a simple javascript. Essentally what I am doing is as the user types in a string to a text box it is compared with the contents of a select list box. What I need to know is, if a string match is found between my text box and a select list box entry then I want to select that element in the select list. So, for example, say I have the string


Leeds

and a list

London
Leeds
Liverpool
Belfast


When I find a match I want Leeds to be the selected option.