I am using classic asp, and I'm trying to develop a somewhat advanced form for
a warehouse that I work for. Essentially the form (now referred to as Lot
Ticket) . Will allow an employee of the warehouse to create a new 'Lot
Ticket'. So far this form contains basic form fields collecting information
like name, address, etc. What I'd like to do is at the bottom of the form
create some sort of dynamic 'box' that would allow me to add product records.
Each of these records contains sub details, such as number of pieces, weight,
height, etc. So while they are on this form they can keep adding a product
record to this 'BOX'. Basically, like having a small excel table within my
web form and being able to add items to the table without leaving the form.
Once my items are added then I would have user submit and record everything in
the DB somewhere.