I'm trying to develop an IIS application. The trouble that I'm running into is when I try to request information from the list box on page 1 into a variable. I'm using an ASP example but doesn't seem to work. Here's the example:

strManufactuer = request.form("Manufacturer")

Any ideas?

Thanks,

Ted