|
I have taken several programming classes over the past couple of years, and recently started to try to learn javascript. I get the "big picture" logic of javascript, but am having trouble. Anyway, I am working on a form for internal company use. Basically it is an order form.
We will have a row in a form for the product being ordered. This row will look kind of like this:
Quantity Description 1st Color 2nd Color Unit Price Amount
The problem is this...for each order, we will have an undetermined number of products. Therefore, we will need a way to add a "row" to this form. I think the best way to do this would be with Ajax???
I have tried to search for ways to do this, but I feel like a big dummy. Can someone dumb down the process for doing this for me?
Thanks!
|