This will be used locally, not on the internet. Using IE6/7 only.
What I want to do is provide several combo boxes containing several options across the top of web page. As a selection is made from each combo, several blocks of information are displayed underneath in tabular fashion, probably in text boxes I think. A single column for each combo box selection results.
The purpose of this is to compare the information side by side.
So, it's:
If comboboxA=option4 then textboxA1=first piece of associated text and textboxA2=next piece of associated text and textboxA3=next piece of associated text etc. etc. Same for comboboxB,comboboxC etc.
Would it be possible to store the text in a text file to be read into the relevant text boxes? This would be nice, as the text to be displayed would change from time to time, but not really necessary.
I don't know any syntax at all!!
Thanks.
EDIT: uploaded mockup.

.