Author: webqueenhtc | Posted on: 10/26/2009 5:31:46 AM | Views : 1178

Is it possible to create 4 empty textbox field based on the number value on the current page?  the textbox will display if and only if a customer enter a value on the "qty".
here's what i am trying to do:
i have 10 tests a customer can choose; each of the 10 test, a customer can specify how many sample for each test.
Example.
for "test number 1" in the quantity column; a customer enter 10
after a customer enter 10 in the textbox field on the form in the current page, i want to create 4 textbox as follow (values of textbox will also be passed to another page):
name, description, size, color (so customer can fill-in)
then
for "test number 2" in the quantity column; a customer enter 3
3 textbox create (with same name as above, i will add 2, 3, so on to tell the difference)
below is my code from classic asp with hard code the "qty" request (the dynam ...

Go to the complete details ...