OK what I am trying to do is build a utility that others can use to generate a few different versions of the same data.
In my head this seems easy enough LOL. I want to use html to promp the user for the information required. After answering a few basic questions and hitting the submit button I want the page to refresh with a “block” of drop down choices arranged in coloums and rows. The number or coloums will change depending on the first two answers provided.
Then when all the data is collected it can be formatted into several different “files” and downloaded. Then the person just needs to print the version they prefer.
I read the turorials and see how the <script> tag is used to output simple examples. If I use a <table> to arrange all the combo boxes I then need to work out how to grab all the “values” from the combo boxes. I the examples talk about submitting it. But I want to arrange it into the various files first.
So my number one question is how do I use the names of the dropdown boxes in my scripts?
Thanks for any help.
Menessis