Shilohcity
Technical User
Hi there
I am wondering if anyone has ideas on how to go about the following:
I have an asp order form set up which submits values to an asp page that display a list of the items selected for confirmation. I have dealt with the checkbox side of things fine but am having a few problems with displaying and verifying the quantity field. The quantity field is appearing as a "," separated list of values which I need to check for zero values but only when the itemselect (or check box) for the same value is positive. I then need to display the quantities in a table which is populated from a database table related to the items selected I.D.
(whe ...I hope it makes sense so far X-))
I have considered submitting the quantity values to a separate table and then retrieving them to display in the html table but was wondering if there were any other suggestions.
I will post the code I have so far a little later today when I have worked out a couple more bugs.
Justin
I am wondering if anyone has ideas on how to go about the following:
I have an asp order form set up which submits values to an asp page that display a list of the items selected for confirmation. I have dealt with the checkbox side of things fine but am having a few problems with displaying and verifying the quantity field. The quantity field is appearing as a "," separated list of values which I need to check for zero values but only when the itemselect (or check box) for the same value is positive. I then need to display the quantities in a table which is populated from a database table related to the items selected I.D.
(whe ...I hope it makes sense so far X-))
I have considered submitting the quantity values to a separate table and then retrieving them to display in the html table but was wondering if there were any other suggestions.
I will post the code I have so far a little later today when I have worked out a couple more bugs.
Justin