Log in

View Full Version : Checkboxes and TextBoxes...



pavmoxo
08-21-2006, 03:54 PM
Greetings at all!!!

I have a problem that I know the reason but I didn't yet discover how to fix it:

In an e-commerce development I show a series of products dinamically and they have a checkbox for select each one if I wan't to buy them. I tried to implement a textbox for input a quantity but I canīt correspond the checkboxes array and the textboxes array. If I substitute the textboxes with checkboxes with diferent values they match. I discuss the issue with a friend and he tell me that the check and text boxes can have diferent sizes. My point is: how can I resolve this for select the products, input a quantity for show the final price?? I need a example because I don't am very good in programming...can you help me??

boogyman
08-21-2006, 05:52 PM
make a loop that searchs through the check boxes... if the box is selected you can then do a call to the corresponding text box. hope this helped

pavmoxo
08-22-2006, 11:32 AM
View this post:

http://www.codingforums.com/showthread.php?t=93727

and tell me what should I do...thanks!!