finkelman
05-13-2003, 03:36 PM
Hello,
Here is the problem I am currently having.
I have a javascrit function that when adding to the shopping it updates a layer in the HTML with a page of the shopping cart. In the querystring is the quantity that needs to be added. The quantity is there from a from field. Please look at the following page to see an example.
http://207.21.250.51/shop/stores_app/Browse_dept_items.asp?Search_Text=soy+crisp
The problem is that when adding to the shopping cart, it does not pass the value in the quantity field to the left of it, it is sending undefined instead. The page it is supposed to be updating is to the right of it (where the shopping cart summary is)
Any help in this matter is greatly appreciated. I have exausted all different variations of the code.
Here is the problem I am currently having.
I have a javascrit function that when adding to the shopping it updates a layer in the HTML with a page of the shopping cart. In the querystring is the quantity that needs to be added. The quantity is there from a from field. Please look at the following page to see an example.
http://207.21.250.51/shop/stores_app/Browse_dept_items.asp?Search_Text=soy+crisp
The problem is that when adding to the shopping cart, it does not pass the value in the quantity field to the left of it, it is sending undefined instead. The page it is supposed to be updating is to the right of it (where the shopping cart summary is)
Any help in this matter is greatly appreciated. I have exausted all different variations of the code.