I have a project for work where I need to provide a list of around 20 items, which when selected (must be able to select multiple options) will display a corresponding piece of text, either on the same page or in a new window.
ie. list would contain apples, pears, oranges, bannanas. If apples and oranges where seleced then when the user hits SUBMIT, the text would display "an apple a day keeps the doctor away" and "Oranges taste nice with vodka". The text would either be contained in the same code or in a seperate .txt, .xml file etc.
The aim is to develop a simple tool for sales people where they select a range of defined customer needs and the tool returns a corresponding list of our products "value statements" with perhaps a link under each piece of text to take them to further product info.
Any help would be greatly appreciated as my deadline is looming fast and I am in a blackhole on this!