Hey folks,
I have a html page which contains a list of bulleted locations
- Dublin
- Cork
- Galway
- Laois
- etc
On top of this page is a textbox and button. When the user enters a county intothe textbox i want to use javascrpt to check if the value exists in the list. If it does throw us a msgbox.
Can anyone help.