Notes: When I started this, I was going to have Javascript create the form, but I ran into some difficulties
with that, so I resorted to server side VBScript to take the variables from this page and create the form
on the next page. I think that I subsequently determined how to to make it work with Javascript (using
the prompt box and the GetElementByID). The problem I had was that when I was trying to loop through the
results, I could not figure out how to get the dynamically generated attributes (GetElementByID would have
solved that). Instead of fixing it, I just left my original work here and put my time into the other projects. |