I have to create a searchable list on a web page. The list is of 400 locations and there status eg;
Dublin 44
Paris 66
London 77
The the query would be;
dublin = Dublin 44
or
Tokyo = no entry for tokyo
What's the best way to do this Java or something else?
edit, people have suggested creating a database, but the site and budget are so small it wouldn't make sense.
How would I go about creating a series of drop down menus that open up new options depending on the last input eg;
1st menu
>DUBLIN
>LONDON
if
DUBLIN
2nd menu
>NORTH DUBLIN
>EAST DUBLIN
>SOUTH DUBLIN
if
LONDON
2nd menu
>NORTH LONDON
>EAST LONDON
>SOUTH LONDON
Dublin 44
Paris 66
London 77
The the query would be;
dublin = Dublin 44
or
Tokyo = no entry for tokyo
What's the best way to do this Java or something else?
edit, people have suggested creating a database, but the site and budget are so small it wouldn't make sense.
How would I go about creating a series of drop down menus that open up new options depending on the last input eg;
1st menu
>DUBLIN
>LONDON
if
DUBLIN
2nd menu
>NORTH DUBLIN
>EAST DUBLIN
>SOUTH DUBLIN
if
LONDON
2nd menu
>NORTH LONDON
>EAST LONDON
>SOUTH LONDON